Html Css Color HEX #602C02 Baker's Chocolate

📋 copy color: '#602C02'

red 96 ◦ green 44 ◦ blue 2

#602C02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #602C02

Tints of Baker's Chocolate #602C02

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 value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#602C02 (or 0x602C02) is known color: 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

RGB 96 44 2 -
CMYK 0 0.54 0.98 0.62
HSL 26.81º 0.96% 0.19% -
HSV(B) 26.81º 0.98% 0.38% -
XYZ 5.74 4.29 0.58 -
YUV 54.76 98.23 157.42 -
System Red Green Blue C M Y K H S L
Decimal 96 44 2 0 0.54 0.98 0.62 26.81 0.96 0.19
Hex 60 2C 2 0 36 62 3E 1B 60 13
Octal 140 54 2 0 66 142 76 33 140 23
Binary 1100000 101100 10 0 110110 1100010 111110 11011 1100000 10011

Color Harmonies of #602C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C02

Black with #602C02

Text Example


Text Example

White with #602C02

Text Example


Text Example

HTML Codes & Css Web 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>