Html Css Color HEX #602400 Baker's Chocolate

📋 copy color: '#602400'

red 96 ◦ green 36 ◦ blue 0

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

Shades of Baker's Chocolate #602400

Tints of Baker's Chocolate #602400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#602400 (or 0x602400) is known color: Baker's Chocolate. HEX triplet: 60, 24 and 00. RGB value is (96,36,0). Sum of RGB (Red+Green+Blue) = 96+36+0=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #602400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602400 is #9FDBFF. Grayscale: #323232. Windows color (decimal): -10476544 or 9312. OLE color: 9312.

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

Color convert

RGB 96 36 0 -
CMYK 0 0.62 1 0.62
HSL 22.5º 1% 0.19% -
HSV(B) 22.5º 1% 0.38% -
XYZ 5.45 3.75 0.44 -
YUV 49.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 96 36 0 0 0.62 1 0.62 22.5 1 0.19
Hex 60 24 0 0 3E 64 3E 16 64 13
Octal 140 44 0 0 76 144 76 26 144 23
Binary 1100000 100100 0 0 111110 1100100 111110 10110 1100100 10011

Color Harmonies of #602400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602400

Black with #602400

Text Example


Text Example

White with #602400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602400; }

 p { color: rgb(96,36,0); }

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

background-color css

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

 a { background-color: rgb(96,36,0); }

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

border-color css

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

 span { border-color: rgb(96,36,0); }

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