#603916

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

Shades of Baker's Chocolate #603916

Tints of Baker's Chocolate #603916

Color information

#603916 (or 0x603916) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 16. RGB value is (96,57,22). Sum of RGB (Red+Green+Blue) = 96+57+22=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #603916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603916 is #9FC6E9. Grayscale: #404040. Windows color (decimal): -10471146 or 1456480. OLE color: 1456480.

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

Color convert

RGB965722-
CMYK00.410.770.62
HSL28.38º62.71%23.14%-
HSV(B)28.38º77.08%37.65%-
XYZ6.435.471.48-
YUV64.67103.92150.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=54.86%
G=32.57%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96572200.410.770.6228.3862.7123.14
Hex6039160294D3E1c3f17
Octal140712605111576347727
Binary110000011100110110010100110011011111101110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603916; }

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

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

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

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

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

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

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

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