#603A16

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

Shades of Baker's Chocolate #603A16

Tints of Baker's Chocolate #603A16

Color information

#603A16 (or 0x603A16) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3A and 16. RGB value is (96,58,22). Sum of RGB (Red+Green+Blue) = 96+58+22=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #603A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603A16 is #9FC5E9. Grayscale: #414141. Windows color (decimal): -10470890 or 1456736. OLE color: 1456736.

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

Color convert

RGB965822-
CMYK00.400.770.62
HSL29.19º62.71%23.14%-
HSV(B)29.19º77.08%37.65%-
XYZ6.485.571.49-
YUV65.26103.59149.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 22 (8.98% from 255) = 12.5%
R=54.55%
G=32.95%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96582200.400.770.6229.1962.7123.14
Hex603A160284D3E1d3f17
Octal140722605011576357727
Binary110000011101010110010100010011011111101110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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