Html Css Color HEX #96592D Chelsea Gem

📋 copy color: '#96592D'

red 150 ◦ green 89 ◦ blue 45

#96592D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #96592D

Tints of Chelsea Gem #96592D

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 value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96592D (or 0x96592D) is known color: 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

RGB 150 89 45 -
CMYK 0 0.41 0.70 0.41
HSL 25.14º 0.54% 0.38% -
HSV(B) 25.14º 0.7% 0.59% -
XYZ 16.62 13.82 4.27 -
YUV 102.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 150 89 45 0 0.41 0.70 0.41 25.14 0.54 0.38
Hex 96 59 2D 0 29 46 29 19 36 26
Octal 226 131 55 0 51 106 51 31 66 46
Binary 10010110 1011001 101101 0 101001 1000110 101001 11001 110110 100110

Color Harmonies of #96592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96592D

Black with #96592D

Text Example


Text Example

White with #96592D

Text Example


Text Example

HTML Codes & Css Web 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>