#60250B

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

Shades of Baker's Chocolate #60250B

Tints of Baker's Chocolate #60250B

Color information

#60250B (or 0x60250B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 25 and 0B. RGB value is (96,37,11). Sum of RGB (Red+Green+Blue) = 96+37+11=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #60250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60250B is #9FDAF4. Grayscale: #333333. Windows color (decimal): -10476277 or 730464. OLE color: 730464.

HSL color Cylindrical-coordinate representation of color #60250B: hue angle of 18.35º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60250B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB963711-
CMYK00.610.890.62
HSL18.35º79.44%20.98%-
HSV(B)18.35º88.54%37.65%-
XYZ5.553.830.76-
YUV51.68105.05159.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.67%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=66.67%
G=25.69%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96371100.610.890.6218.3579.4420.98
Hex6025B03D593E124f15
Octal1404513075131762211725
Binary110000010010110110111101101100111111010010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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