#96562C

Color #96562C Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #96562C

Tints of Chelsea Gem #96562C

Color information

#96562C (or 0x96562C) is unknown color: approx Chelsea Gem. HEX triplet: 96, 56 and 2C. RGB value is (150,86,44). Sum of RGB (Red+Green+Blue) = 150+86+44=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96562C is #69A9D3. Grayscale: #646464. Windows color (decimal): -6924756 or 2905750. OLE color: 2905750.

HSL color Cylindrical-coordinate representation of color #96562C: hue angle of 23.77º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96562C is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1508644-
CMYK00.430.710.41
HSL23.77º54.64%38.04%-
HSV(B)23.77º70.67%58.82%-
XYZ16.3613.324.09-
YUV100.3596.2163.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 44 (17.58% from 255) = 15.71%
R=53.57%
G=30.71%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150864400.430.710.4123.7754.6438.04
Hex96562C02B4729183726
Octal2261265405310751306746
Binary1001011010101101011000101011100011110100111000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,86,44); }

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

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

 a { background-color: rgb(150,86,44); }

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

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

 span { border-color: rgb(150,86,44); }

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