#602902

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

Shades of Baker's Chocolate #602902

Tints of Baker's Chocolate #602902

Color information

#602902 (or 0x602902) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 29 and 02. RGB value is (96,41,2). Sum of RGB (Red+Green+Blue) = 96+41+2=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #602902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602902 is #9FD6FD. Grayscale: #353535. Windows color (decimal): -10475262 or 141664. OLE color: 141664.

HSL color Cylindrical-coordinate representation of color #602902: hue angle of 24.89º 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 #602902 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB96412-
CMYK00.570.980.62
HSL24.89º95.92%19.22%-
HSV(B)24.89º97.92%37.65%-
XYZ5.634.080.55-
YUV5399.22158.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 41 (16.41% from 255) = 29.50%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=69.06%
G=29.50%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9641200.570.980.6224.8995.9219.22
Hex60292039623E196013
Octal140512071142763114023
Binary1100000101001100111001110001011111011001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602902; }

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

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

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

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

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

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

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

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