#60250F

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

Shades of Baker's Chocolate #60250F

Tints of Baker's Chocolate #60250F

Color information

#60250F (or 0x60250F) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 25 and 0F. RGB value is (96,37,15). Sum of RGB (Red+Green+Blue) = 96+37+15=148 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.86% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 96 - color contains mainly: red. Hex color #60250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60250F is #9FDAF0. Grayscale: #343434. Windows color (decimal): -10476273 or 992608. OLE color: 992608.

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

Color convert

RGB963715-
CMYK00.610.840.62
HSL16.3º72.97%21.76%-
HSV(B)16.3º84.38%37.65%-
XYZ5.573.840.9-
YUV52.13107.05159.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.86%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=64.86%
G=25%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96371500.610.840.6216.372.9721.76
Hex6025F03D543E104916
Octal1404517075124762011126
Binary110000010010111110111101101010011111010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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