#96512E

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

Shades of Chelsea Gem #96512E

Tints of Chelsea Gem #96512E

Color information

#96512E (or 0x96512E) is unknown color: approx Chelsea Gem. HEX triplet: 96, 51 and 2E. RGB value is (150,81,46). Sum of RGB (Red+Green+Blue) = 150+81+46=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96512E is #69AED1. Grayscale: #616161. Windows color (decimal): -6926034 or 3035542. OLE color: 3035542.

HSL color Cylindrical-coordinate representation of color #96512E: hue angle of 20.19º 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 #96512E is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB1508146-
CMYK00.460.690.41
HSL20.19º53.06%38.43%-
HSV(B)20.19º69.33%58.82%-
XYZ16.0112.574.17-
YUV97.6498.86165.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=54.15%
G=29.24%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150814600.460.690.4120.1953.0638.43
Hex96512E02E4529143526
Octal2261215605610551246546
Binary1001011010100011011100101110100010110100110100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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