#603205

Color #603205 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #603205

Tints of Baker's Chocolate #603205

Color information

#603205 (or 0x603205) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 32 and 05. RGB value is (96,50,5). Sum of RGB (Red+Green+Blue) = 96+50+5=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #603205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603205 is #9FCDFA. Grayscale: #3A3A3A. Windows color (decimal): -10472955 or 340576. OLE color: 340576.

HSL color Cylindrical-coordinate representation of color #603205: hue angle of 29.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #603205 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96505-
CMYK00.480.950.62
HSL29.67º90.1%19.8%-
HSV(B)29.67º94.79%37.65%-
XYZ5.994.780.75-
YUV58.6297.74154.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 63.58%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=63.58%
G=33.11%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9650500.480.950.6229.6790.119.8
Hex603250305F3E1e5a14
Octal140625060137763613224
Binary11000001100101010110000101111111111011110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603205; }

 p { color: rgb(96,50,5); }

 H1.HeaderClassName
 {
   color: #603205;
 }
 .AnyTagClassName
 {
   color: #603205;
 }
</style>
background-color css

<style>
 a { background-color: #603205; }

 a { background-color: rgb(96,50,5); }

 div.DivClassName
 {
   background-color: #603205;
 }
 .BgClassName
 {
   background-color: #603205;
 }
</style>
border-color css

<style>
 span { border-color: #603205; }

 span { border-color: rgb(96,50,5); }

 td.TdClassName
 {
   border-color: #603205;
 }
 .TagClassName
 {
   border-color: #603205;
 }
</style>