Html Css Color HEX #602001 Baker's Chocolate

📋 copy color: '#602001'

red 96 ◦ green 32 ◦ blue 1

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

Shades of Baker's Chocolate #602001

Tints of Baker's Chocolate #602001

RGB

 RED value IS 96 (37.89% from 255) = 74.42%

 GREEN value IS 32 (12.89% from 255) = 24.81%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 74.42%
G = 24.81%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#602001 (or 0x602001) is known color: Baker's Chocolate. HEX triplet: 60, 20 and 01. RGB value is (96,32,1). Sum of RGB (Red+Green+Blue) = 96+32+1=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #602001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602001 is #9FDFFE. Grayscale: #2F2F2F. Windows color (decimal): -10477567 or 73824. OLE color: 73824.

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

Color convert

RGB 96 32 1 -
CMYK 0 0.67 0.99 0.62
HSL 19.58º 0.98% 0.19% -
HSV(B) 19.58º 0.99% 0.38% -
XYZ 5.35 3.52 0.43 -
YUV 47.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 96 32 1 0 0.67 0.99 0.62 19.58 0.98 0.19
Hex 60 20 1 0 43 63 3E 14 62 13
Octal 140 40 1 0 103 143 76 24 142 23
Binary 1100000 100000 1 0 1000011 1100011 111110 10100 1100010 10011

Color Harmonies of #602001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602001

Black with #602001

Text Example


Text Example

White with #602001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602001; }

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

 H1.HeaderClassName
 {
   color: #602001;
 }
 .AnyTagClassName
 {
   color: #602001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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