Html Css Color HEX #602B01 Baker's Chocolate

📋 copy color: '#602B01'

red 96 ◦ green 43 ◦ blue 1

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

Shades of Baker's Chocolate #602B01

Tints of Baker's Chocolate #602B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.71%

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

R = 68.57%
G = 30.71%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#602B01 (or 0x602B01) is known color: Baker's Chocolate. HEX triplet: 60, 2B and 01. RGB value is (96,43,1). Sum of RGB (Red+Green+Blue) = 96+43+1=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #602B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602B01 is #9FD4FE. Grayscale: #363636. Windows color (decimal): -10474751 or 76640. OLE color: 76640.

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

Color convert

RGB 96 43 1 -
CMYK 0 0.55 0.99 0.62
HSL 26.53º 0.98% 0.19% -
HSV(B) 26.53º 0.99% 0.38% -
XYZ 5.69 4.22 0.54 -
YUV 54.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 96 43 1 0 0.55 0.99 0.62 26.53 0.98 0.19
Hex 60 2B 1 0 37 63 3E 1B 62 13
Octal 140 53 1 0 67 143 76 33 142 23
Binary 1100000 101011 1 0 110111 1100011 111110 11011 1100010 10011

Color Harmonies of #602B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B01

Black with #602B01

Text Example


Text Example

White with #602B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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