Html Css Color HEX #96592C Chelsea Gem

📋 copy color: '#96592C'

red 150 ◦ green 89 ◦ blue 44

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

Shades of Chelsea Gem #96592C

Tints of Chelsea Gem #96592C

RGB

 RED value IS 150 (58.98% from 255) = 53%

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 53%
G = 31.45%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96592C (or 0x96592C) is known color: Chelsea Gem. HEX triplet: 96, 59 and 2C. RGB value is (150,89,44). Sum of RGB (Red+Green+Blue) = 150+89+44=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96592C is #69A6D3. Grayscale: #666666. Windows color (decimal): -6923988 or 2906518. OLE color: 2906518.

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

Color convert

RGB 150 89 44 -
CMYK 0 0.41 0.71 0.41
HSL 25.47º 0.55% 0.38% -
HSV(B) 25.47º 0.71% 0.59% -
XYZ 16.6 13.81 4.17 -
YUV 102.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 150 89 44 0 0.41 0.71 0.41 25.47 0.55 0.38
Hex 96 59 2C 0 29 47 29 19 37 26
Octal 226 131 54 0 51 107 51 31 67 46
Binary 10010110 1011001 101100 0 101001 1000111 101001 11001 110111 100110

Color Harmonies of #96592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96592C

Black with #96592C

Text Example


Text Example

White with #96592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96592C;
 }
 .AnyTagClassName
 {
   color: #96592C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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