#96592B

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

Shades of Chelsea Gem #96592B

Tints of Chelsea Gem #96592B

Color information

#96592B (or 0x96592B) is unknown color: approx Chelsea Gem. HEX triplet: 96, 59 and 2B. RGB value is (150,89,43). Sum of RGB (Red+Green+Blue) = 150+89+43=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96592B is #69A6D4. Grayscale: #666666. Windows color (decimal): -6923989 or 2840982. OLE color: 2840982.

HSL color Cylindrical-coordinate representation of color #96592B: hue angle of 25.79º 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 #96592B is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1508943-
CMYK00.410.710.41
HSL25.79º55.44%37.84%-
HSV(B)25.79º71.33%58.82%-
XYZ16.5913.84.08-
YUV101.9994.71162.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=53.19%
G=31.56%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150894300.410.710.4125.7955.4437.84
Hex96592B02947291a3726
Octal2261315305110751326746
Binary1001011010110011010110101001100011110100111010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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