#60240F

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

Shades of Baker's Chocolate #60240F

Tints of Baker's Chocolate #60240F

Color information

#60240F (or 0x60240F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 24 and 0F. RGB value is (96,36,15). Sum of RGB (Red+Green+Blue) = 96+36+15=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60240F is #9FDBF0. Grayscale: #333333. Windows color (decimal): -10476529 or 992352. OLE color: 992352.

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

Color convert

RGB963615-
CMYK00.620.840.62
HSL15.56º72.97%21.76%-
HSV(B)15.56º84.38%37.65%-
XYZ5.543.780.89-
YUV51.55107.38159.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=65.31%
G=24.49%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96361500.620.840.6215.5672.9721.76
Hex6024F03E543E104916
Octal1404417076124762011126
Binary110000010010011110111110101010011111010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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