#60311C

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

Shades of Baker's Chocolate #60311C

Tints of Baker's Chocolate #60311C

Color information

#60311C (or 0x60311C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 31 and 1C. RGB value is (96,49,28). Sum of RGB (Red+Green+Blue) = 96+49+28=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60311C is #9FCEE3. Grayscale: #3C3C3C. Windows color (decimal): -10473188 or 1847648. OLE color: 1847648.

HSL color Cylindrical-coordinate representation of color #60311C: hue angle of 18.53º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60311C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB964928-
CMYK00.490.710.62
HSL18.53º54.84%24.31%-
HSV(B)18.53º70.83%37.65%-
XYZ6.134.771.7-
YUV60.66109.57153.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 28 (11.33% from 255) = 16.18%
R=55.49%
G=28.32%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96492800.490.710.6218.5354.8424.31
Hex60311C031473E133718
Octal140613406110776236730
Binary110000011000111100011000110001111111101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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