#602E16

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

Shades of Baker's Chocolate #602E16

Tints of Baker's Chocolate #602E16

Color information

#602E16 (or 0x602E16) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2E and 16. RGB value is (96,46,22). Sum of RGB (Red+Green+Blue) = 96+46+22=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #602E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602E16 is #9FD1E9. Grayscale: #3A3A3A. Windows color (decimal): -10473962 or 1453664. OLE color: 1453664.

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

Color convert

RGB964622-
CMYK00.520.770.62
HSL19.46º62.71%23.14%-
HSV(B)19.46º77.08%37.65%-
XYZ5.954.51.31-
YUV58.21107.56154.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 46 (18.36% from 255) = 28.05%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=58.54%
G=28.05%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96462200.520.770.6219.4662.7123.14
Hex602E160344D3E133f17
Octal140562606411576237727
Binary110000010111010110011010010011011111101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E16; }

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

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

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

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

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

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

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

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