Html Css Color HEX #602101 Baker's Chocolate

📋 copy color: '#602101'

red 96 ◦ green 33 ◦ blue 1

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

Shades of Baker's Chocolate #602101

Tints of Baker's Chocolate #602101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.38%

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

R = 73.85%
G = 25.38%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#602101 (or 0x602101) is known color: Baker's Chocolate. HEX triplet: 60, 21 and 01. RGB value is (96,33,1). Sum of RGB (Red+Green+Blue) = 96+33+1=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #602101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602101 is #9FDEFE. Grayscale: #303030. Windows color (decimal): -10477311 or 74080. OLE color: 74080.

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

Color convert

RGB 96 33 1 -
CMYK 0 0.66 0.99 0.62
HSL 20.21º 0.98% 0.19% -
HSV(B) 20.21º 0.99% 0.38% -
XYZ 5.37 3.58 0.44 -
YUV 48.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 96 33 1 0 0.66 0.99 0.62 20.21 0.98 0.19
Hex 60 21 1 0 42 63 3E 14 62 13
Octal 140 41 1 0 102 143 76 24 142 23
Binary 1100000 100001 1 0 1000010 1100011 111110 10100 1100010 10011

Color Harmonies of #602101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602101

Black with #602101

Text Example


Text Example

White with #602101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602101; }

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

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

background-color css

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

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

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

border-color css

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

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

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