#602C02

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

Shades of Baker's Chocolate #602C02

Tints of Baker's Chocolate #602C02

Color information

#602C02 (or 0x602C02) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 2C and 02. RGB value is (96,44,2). Sum of RGB (Red+Green+Blue) = 96+44+2=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #602C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602C02 is #9FD3FD. Grayscale: #363636. Windows color (decimal): -10474494 or 142432. OLE color: 142432.

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

Color convert

RGB96442-
CMYK00.540.980.62
HSL26.81º95.92%19.22%-
HSV(B)26.81º97.92%37.65%-
XYZ5.744.290.58-
YUV54.7698.23157.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.61%
GREEN value IS 44 (17.58% from 255) = 30.99%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=67.61%
G=30.99%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9644200.540.980.6226.8195.9219.22
Hex602C2036623E1b6013
Octal140542066142763314023
Binary1100000101100100110110110001011111011011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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