#60300E

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

Shades of Baker's Chocolate #60300E

Tints of Baker's Chocolate #60300E

Color information

#60300E (or 0x60300E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 30 and 0E. RGB value is (96,48,14). Sum of RGB (Red+Green+Blue) = 96+48+14=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60300E is #9FCFF1. Grayscale: #3A3A3A. Windows color (decimal): -10473458 or 929888. OLE color: 929888.

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

Color convert

RGB964814-
CMYK00.500.850.62
HSL24.88º74.55%21.57%-
HSV(B)24.88º85.42%37.65%-
XYZ5.964.631-
YUV58.48102.9154.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=60.76%
G=30.38%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96481400.500.850.6224.8874.5521.57
Hex6030E032553E194b16
Octal1406016062125763111326
Binary110000011000011100110010101010111111011001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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