Html Css Color HEX #602301 Baker's Chocolate

📋 copy color: '#602301'

red 96 ◦ green 35 ◦ blue 1

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

Shades of Baker's Chocolate #602301

Tints of Baker's Chocolate #602301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.52%

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

R = 72.73%
G = 26.52%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#602301 (or 0x602301) is known color: Baker's Chocolate. HEX triplet: 60, 23 and 01. RGB value is (96,35,1). Sum of RGB (Red+Green+Blue) = 96+35+1=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #602301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602301 is #9FDCFE. Grayscale: #313131. Windows color (decimal): -10476799 or 74592. OLE color: 74592.

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

Color convert

RGB 96 35 1 -
CMYK 0 0.64 0.99 0.62
HSL 21.47º 0.98% 0.19% -
HSV(B) 21.47º 0.99% 0.38% -
XYZ 5.43 3.69 0.45 -
YUV 49.36 100.71 161.26 -
System Red Green Blue C M Y K H S L
Decimal 96 35 1 0 0.64 0.99 0.62 21.47 0.98 0.19
Hex 60 23 1 0 40 63 3E 15 62 13
Octal 140 43 1 0 100 143 76 25 142 23
Binary 1100000 100011 1 0 1000000 1100011 111110 10101 1100010 10011

Color Harmonies of #602301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602301

Black with #602301

Text Example


Text Example

White with #602301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602301; }

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

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

background-color css

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

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

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

border-color css

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

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

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