#60371C

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

Shades of Baker's Chocolate #60371C

Tints of Baker's Chocolate #60371C

Color information

#60371C (or 0x60371C) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 1C. RGB value is (96,55,28). Sum of RGB (Red+Green+Blue) = 96+55+28=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60371C is #9FC8E3. Grayscale: #404040. Windows color (decimal): -10471652 or 1849184. OLE color: 1849184.

HSL color Cylindrical-coordinate representation of color #60371C: hue angle of 23.82º 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 #60371C is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB965528-
CMYK00.430.710.62
HSL23.82º54.84%24.31%-
HSV(B)23.82º70.83%37.65%-
XYZ6.45.31.78-
YUV64.18107.58150.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=53.63%
G=30.73%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96552800.430.710.6223.8254.8424.31
Hex60371C02B473E183718
Octal140673405310776306730
Binary110000011011111100010101110001111111101100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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