#60240C

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

Shades of Baker's Chocolate #60240C

Tints of Baker's Chocolate #60240C

Color information

#60240C (or 0x60240C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 24 and 0C. RGB value is (96,36,12). Sum of RGB (Red+Green+Blue) = 96+36+12=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60240C is #9FDBF3. Grayscale: #333333. Windows color (decimal): -10476532 or 795744. OLE color: 795744.

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

Color convert

RGB963612-
CMYK00.620.880.62
HSL17.14º77.78%21.18%-
HSV(B)17.14º87.5%37.65%-
XYZ5.523.780.79-
YUV51.2105.88159.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=66.67%
G=25%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96361200.620.880.6217.1477.7821.18
Hex6024C03E583E114e15
Octal1404414076130762111625
Binary110000010010011000111110101100011111010001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60240C; }

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

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

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

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

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

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

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

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