#60321E

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

Shades of Baker's Chocolate #60321E

Tints of Baker's Chocolate #60321E

Color information

#60321E (or 0x60321E) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 32 and 1E. RGB value is (96,50,30). Sum of RGB (Red+Green+Blue) = 96+50+30=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60321E is #9FCDE1. Grayscale: #3D3D3D. Windows color (decimal): -10472930 or 1978976. OLE color: 1978976.

HSL color Cylindrical-coordinate representation of color #60321E: hue angle of 18.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60321E is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB965030-
CMYK00.480.690.62
HSL18.18º52.38%24.71%-
HSV(B)18.18º68.75%37.65%-
XYZ6.24.861.84-
YUV61.47110.24152.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=54.55%
G=28.41%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96503000.480.690.6218.1852.3824.71
Hex60321E030453E123419
Octal140623606010576226431
Binary110000011001011110011000010001011111101001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60321E; }

 p { color: rgb(96,50,30); }

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

<style>
 a { background-color: #60321E; }

 a { background-color: rgb(96,50,30); }

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

<style>
 span { border-color: #60321E; }

 span { border-color: rgb(96,50,30); }

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