#96592d

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

Shades of Chelsea Gem #96592D

Tints of Chelsea Gem #96592D

Color information

#96592D (or 0x96592D) is unknown color: approx Chelsea Gem. HEX triplet: 96, 59 and 2D. RGB value is (150,89,45). Sum of RGB (Red+Green+Blue) = 150+89+45=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96592D is #69A6D2. Grayscale: #666666. Windows color (decimal): -6923987 or 2972054. OLE color: 2972054.

HSL color Cylindrical-coordinate representation of color #96592D: hue angle of 25.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96592D is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB1508945-
CMYK00.410.700.41
HSL25.14º53.85%38.24%-
HSV(B)25.14º70%58.82%-
XYZ16.6213.824.27-
YUV102.2295.71162.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=52.82%
G=31.34%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150894500.410.700.4125.1453.8538.24
Hex96592D0294629193626
Octal2261315505110651316646
Binary1001011010110011011010101001100011010100111001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96592d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96592d; }

 p { color: rgb(150,89,45); }

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

<style>
 a { background-color: #96592d; }

 a { background-color: rgb(150,89,45); }

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

<style>
 span { border-color: #96592d; }

 span { border-color: rgb(150,89,45); }

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