#603905

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

Shades of Baker's Chocolate #603905

Tints of Baker's Chocolate #603905

Color information

#603905 (or 0x603905) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 05. RGB value is (96,57,5). Sum of RGB (Red+Green+Blue) = 96+57+5=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #603905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603905 is #9FC6FA. Grayscale: #3E3E3E. Windows color (decimal): -10471163 or 342368. OLE color: 342368.

HSL color Cylindrical-coordinate representation of color #603905: hue angle of 34.29º 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 #603905 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96575-
CMYK00.410.950.62
HSL34.29º90.1%19.8%-
HSV(B)34.29º94.79%37.65%-
XYZ6.315.420.86-
YUV62.7395.42151.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=60.76%
G=36.08%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9657500.410.950.6234.2990.119.8
Hex603950295F3E225a14
Octal140715051137764213224
Binary110000011100110101010011011111111110100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603905; }

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

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

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

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

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

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

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

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