#60311D

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

Shades of Baker's Chocolate #60311D

Tints of Baker's Chocolate #60311D

Color information

#60311D (or 0x60311D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 31 and 1D. RGB value is (96,49,29). Sum of RGB (Red+Green+Blue) = 96+49+29=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60311D is #9FCEE2. Grayscale: #3C3C3C. Windows color (decimal): -10473187 or 1913184. OLE color: 1913184.

HSL color Cylindrical-coordinate representation of color #60311D: hue angle of 17.91º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60311D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB964929-
CMYK00.490.700.62
HSL17.91º53.6%24.51%-
HSV(B)17.91º69.79%37.65%-
XYZ6.144.771.76-
YUV60.77110.07153.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 29 (11.72% from 255) = 16.67%
R=55.17%
G=28.16%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96492900.490.700.6217.9153.624.51
Hex60311D031463E123619
Octal140613506110676226631
Binary110000011000111101011000110001101111101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60311D; }

 p { color: rgb(96,49,29); }

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

<style>
 a { background-color: #60311D; }

 a { background-color: rgb(96,49,29); }

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

<style>
 span { border-color: #60311D; }

 span { border-color: rgb(96,49,29); }

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