#60311B

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

Shades of Baker's Chocolate #60311B

Tints of Baker's Chocolate #60311B

Color information

#60311B (or 0x60311B) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 31 and 1B. RGB value is (96,49,27). Sum of RGB (Red+Green+Blue) = 96+49+27=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60311B is #9FCEE4. Grayscale: #3C3C3C. Windows color (decimal): -10473189 or 1782112. OLE color: 1782112.

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

Color convert

RGB964927-
CMYK00.490.720.62
HSL19.13º56.1%24.12%-
HSV(B)19.13º71.88%37.65%-
XYZ6.124.761.63-
YUV60.54109.07153.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=55.81%
G=28.49%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96492700.490.720.6219.1356.124.12
Hex60311B031483E133818
Octal140613306111076237030
Binary110000011000111011011000110010001111101001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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