#60331D

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

Shades of Baker's Chocolate #60331D

Tints of Baker's Chocolate #60331D

Color information

#60331D (or 0x60331D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 1D. RGB value is (96,51,29). Sum of RGB (Red+Green+Blue) = 96+51+29=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60331D is #9FCCE2. Grayscale: #3E3E3E. Windows color (decimal): -10472675 or 1913696. OLE color: 1913696.

HSL color Cylindrical-coordinate representation of color #60331D: hue angle of 19.7º 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 #60331D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB965129-
CMYK00.470.700.62
HSL19.7º53.6%24.51%-
HSV(B)19.7º69.79%37.65%-
XYZ6.234.941.79-
YUV61.95109.41152.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 29 (11.72% from 255) = 16.48%
R=54.55%
G=28.98%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96512900.470.700.6219.753.624.51
Hex60331D02F463E143619
Octal140633505710676246631
Binary110000011001111101010111110001101111101010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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