#60240E

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

Shades of Baker's Chocolate #60240E

Tints of Baker's Chocolate #60240E

Color information

#60240E (or 0x60240E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 24 and 0E. RGB value is (96,36,14). Sum of RGB (Red+Green+Blue) = 96+36+14=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #60240E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60240E is #9FDBF1. Grayscale: #333333. Windows color (decimal): -10476530 or 926816. OLE color: 926816.

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

Color convert

RGB963614-
CMYK00.620.850.62
HSL16.1º74.55%21.57%-
HSV(B)16.1º85.42%37.65%-
XYZ5.533.780.85-
YUV51.43106.88159.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=65.75%
G=24.66%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96361400.620.850.6216.174.5521.57
Hex6024E03E553E104b16
Octal1404416076125762011326
Binary110000010010011100111110101010111111010000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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