Html Css Color HEX #96592B Chelsea Gem

📋 copy color: '#96592B'

red 150 ◦ green 89 ◦ blue 43

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

Shades of Chelsea Gem #96592B

Tints of Chelsea Gem #96592B

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 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

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

RGB 150 89 43 -
CMYK 0 0.41 0.71 0.41
HSL 25.79º 0.55% 0.38% -
HSV(B) 25.79º 0.71% 0.59% -
XYZ 16.59 13.8 4.08 -
YUV 102 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 150 89 43 0 0.41 0.71 0.41 25.79 0.55 0.38
Hex 96 59 2B 0 29 47 29 1A 37 26
Octal 226 131 53 0 51 107 51 32 67 46
Binary 10010110 1011001 101011 0 101001 1000111 101001 11010 110111 100110

Color Harmonies of #96592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96592B

Black with #96592B

Text Example


Text Example

White with #96592B

Text Example


Text Example

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