#60250C

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

Shades of Baker's Chocolate #60250C

Tints of Baker's Chocolate #60250C

Color information

#60250C (or 0x60250C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 25 and 0C. RGB value is (96,37,12). Sum of RGB (Red+Green+Blue) = 96+37+12=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #60250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60250C is #9FDAF3. Grayscale: #333333. Windows color (decimal): -10476276 or 796000. OLE color: 796000.

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

Color convert

RGB963712-
CMYK00.610.880.62
HSL17.86º77.78%21.18%-
HSV(B)17.86º87.5%37.65%-
XYZ5.553.840.8-
YUV51.79105.55159.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=66.21%
G=25.52%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96371200.610.880.6217.8677.7821.18
Hex6025C03D583E124e15
Octal1404514075130762211625
Binary110000010010111000111101101100011111010010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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