#602401

Color #602401 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #602401

Tints of Baker's Chocolate #602401

Color information

#602401 (or 0x602401) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 24 and 01. RGB value is (96,36,1). Sum of RGB (Red+Green+Blue) = 96+36+1=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #602401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602401 is #9FDBFE. Grayscale: #323232. Windows color (decimal): -10476543 or 74848. OLE color: 74848.

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

Color convert

RGB96361-
CMYK00.620.990.62
HSL22.11º97.94%19.02%-
HSV(B)22.11º98.96%37.65%-
XYZ5.463.750.46-
YUV49.95100.38160.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.18%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=72.18%
G=27.07%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9636100.620.990.6222.1197.9419.02
Hex6024103E633E166213
Octal140441076143762614223
Binary110000010010010111110110001111111010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602401; }

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

 H1.HeaderClassName
 {
   color: #602401;
 }
 .AnyTagClassName
 {
   color: #602401;
 }
</style>
background-color css

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

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

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

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

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

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