Html Css Color HEX #602002 Baker's Chocolate

📋 copy color: '#602002'

red 96 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #602002

Tints of Baker's Chocolate #602002

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

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#602002 (or 0x602002) is known color: 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

RGB 96 32 2 -
CMYK 0 0.67 0.98 0.62
HSL 19.15º 0.96% 0.19% -
HSV(B) 19.15º 0.98% 0.38% -
XYZ 5.35 3.52 0.46 -
YUV 47.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 96 32 2 0 0.67 0.98 0.62 19.15 0.96 0.19
Hex 60 20 2 0 43 62 3E 13 60 13
Octal 140 40 2 0 103 142 76 23 140 23
Binary 1100000 100000 10 0 1000011 1100010 111110 10011 1100000 10011

Color Harmonies of #602002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602002

Black with #602002

Text Example


Text Example

White with #602002

Text Example


Text Example

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