#60351D

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

Shades of Baker's Chocolate #60351D

Tints of Baker's Chocolate #60351D

Color information

#60351D (or 0x60351D) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 1D. RGB value is (96,53,29). Sum of RGB (Red+Green+Blue) = 96+53+29=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60351D is #9FCAE2. Grayscale: #3F3F3F. Windows color (decimal): -10472163 or 1914208. OLE color: 1914208.

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

Color convert

RGB965329-
CMYK00.450.700.62
HSL21.49º53.6%24.51%-
HSV(B)21.49º69.79%37.65%-
XYZ6.325.121.82-
YUV63.12108.75151.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 29 (11.72% from 255) = 16.29%
R=53.93%
G=29.78%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96532900.450.700.6221.4953.624.51
Hex60351D02D463E153619
Octal140653505510676256631
Binary110000011010111101010110110001101111101010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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