#603907

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

Shades of Baker's Chocolate #603907

Tints of Baker's Chocolate #603907

Color information

#603907 (or 0x603907) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 07. RGB value is (96,57,7). Sum of RGB (Red+Green+Blue) = 96+57+7=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #603907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603907 is #9FC6F8. Grayscale: #3F3F3F. Windows color (decimal): -10471161 or 473440. OLE color: 473440.

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

Color convert

RGB96577-
CMYK00.410.930.62
HSL33.71º86.41%20.2%-
HSV(B)33.71º92.71%37.65%-
XYZ6.335.430.92-
YUV62.9696.42151.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 7 (3.12% from 255) = 4.38%
R=60%
G=35.62%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9657700.410.930.6233.7186.4120.2
Hex603970295D3E225614
Octal140717051135764212624
Binary110000011100111101010011011101111110100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603907; }

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

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

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

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

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

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

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

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