#96572E

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

Shades of Chelsea Gem #96572E

Tints of Chelsea Gem #96572E

Color information

#96572E (or 0x96572E) is unknown color: approx Chelsea Gem. HEX triplet: 96, 57 and 2E. RGB value is (150,87,46). Sum of RGB (Red+Green+Blue) = 150+87+46=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96572E is #69A8D1. Grayscale: #656565. Windows color (decimal): -6924498 or 3037078. OLE color: 3037078.

HSL color Cylindrical-coordinate representation of color #96572E: hue angle of 23.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96572E is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1508746-
CMYK00.420.690.41
HSL23.65º53.06%38.43%-
HSV(B)23.65º69.33%58.82%-
XYZ16.4813.54.32-
YUV101.1696.87162.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=53.00%
G=30.74%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150874600.420.690.4123.6553.0638.43
Hex96572E02A4529183526
Octal2261275605210551306546
Binary1001011010101111011100101010100010110100111000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96572E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,87,46); }

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

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

 a { background-color: rgb(150,87,46); }

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

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

 span { border-color: rgb(150,87,46); }

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