Html Css Color HEX #602701 Baker's Chocolate

📋 copy color: '#602701'

red 96 ◦ green 39 ◦ blue 1

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

Shades of Baker's Chocolate #602701

Tints of Baker's Chocolate #602701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

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

R = 70.59%
G = 28.68%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#602701 (or 0x602701) is known color: Baker's Chocolate. HEX triplet: 60, 27 and 01. RGB value is (96,39,1). Sum of RGB (Red+Green+Blue) = 96+39+1=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #602701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602701 is #9FD8FE. Grayscale: #333333. Windows color (decimal): -10475775 or 75616. OLE color: 75616.

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

Color convert

RGB 96 39 1 -
CMYK 0 0.59 0.99 0.62
HSL 24º 0.98% 0.19% -
HSV(B) 24º 0.99% 0.38% -
XYZ 5.55 3.94 0.5 -
YUV 51.71 99.38 159.59 -
System Red Green Blue C M Y K H S L
Decimal 96 39 1 0 0.59 0.99 0.62 24 0.98 0.19
Hex 60 27 1 0 3B 63 3E 18 62 13
Octal 140 47 1 0 73 143 76 30 142 23
Binary 1100000 100111 1 0 111011 1100011 111110 11000 1100010 10011

Color Harmonies of #602701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602701

Black with #602701

Text Example


Text Example

White with #602701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602701; }

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

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

background-color css

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

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

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

border-color css

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

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

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