#603C16

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

Shades of Baker's Chocolate #603C16

Tints of Baker's Chocolate #603C16

Color information

#603C16 (or 0x603C16) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3C and 16. RGB value is (96,60,22). Sum of RGB (Red+Green+Blue) = 96+60+22=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #603C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C16 is #9FC3E9. Grayscale: #424242. Windows color (decimal): -10470378 or 1457248. OLE color: 1457248.

HSL color Cylindrical-coordinate representation of color #603C16: hue angle of 30.81º 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 #603C16 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB966022-
CMYK00.380.770.62
HSL30.81º62.71%23.14%-
HSV(B)30.81º77.08%37.65%-
XYZ6.585.781.53-
YUV66.43102.93149.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=53.93%
G=33.71%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96602200.380.770.6230.8162.7123.14
Hex603C160264D3E1f3f17
Octal140742604611576377727
Binary110000011110010110010011010011011111101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603C16; }

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

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

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

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

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

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

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

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