#602002

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

Shades of Baker's Chocolate #602002

Tints of Baker's Chocolate #602002

Color information

#602002 (or 0x602002) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 20 and 02. RGB value is (96,32,2). Sum of RGB (Red+Green+Blue) = 96+32+2=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #602002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602002 is #9FDFFD. Grayscale: #2F2F2F. Windows color (decimal): -10477566 or 139360. OLE color: 139360.

HSL color Cylindrical-coordinate representation of color #602002: hue angle of 19.15º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #602002 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB96322-
CMYK00.670.980.62
HSL19.15º95.92%19.22%-
HSV(B)19.15º97.92%37.65%-
XYZ5.353.520.46-
YUV47.72102.2162.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.85%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=73.85%
G=24.62%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9632200.670.980.6219.1595.9219.22
Hex60202043623E136013
Octal1404020103142762314023
Binary11000001000001001000011110001011111010011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602002; }

 p { color: rgb(96,32,2); }

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

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

 a { background-color: rgb(96,32,2); }

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

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

 span { border-color: rgb(96,32,2); }

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