Html Css Color HEX #96897A Heathered Grey

📋 copy color: '#96897A'

red 150 ◦ green 137 ◦ blue 122

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

Shades of Heathered Grey #96897A

Tints of Heathered Grey #96897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 36.67%
G = 33.5%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96897A (or 0x96897A) is known color: Heathered Grey. HEX triplet: 96, 89 and 7A. RGB value is (150,137,122). Sum of RGB (Red+Green+Blue) = 150+137+122=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96897A is #697685. Grayscale: #8B8B8B. Windows color (decimal): -6911622 or 8030614. OLE color: 8030614.

HSL color Cylindrical-coordinate representation of color #96897A: hue angle of 32.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96897A is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 122 -
CMYK 0 0.09 0.19 0.41
HSL 32.14º 0.12% 0.53% -
HSV(B) 32.14º 0.19% 0.59% -
XYZ 25.04 25.78 22.07 -
YUV 139.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 150 137 122 0 0.09 0.19 0.41 32.14 0.12 0.53
Hex 96 89 7A 0 9 13 29 20 C 35
Octal 226 211 172 0 11 23 51 40 14 65
Binary 10010110 10001001 1111010 0 1001 10011 101001 100000 1100 110101

Color Harmonies of #96897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96897A

Black with #96897A

Text Example


Text Example

White with #96897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96897A; }

 p { color: rgb(150,137,122); }

 H1.HeaderClassName
 {
   color: #96897A;
 }
 .AnyTagClassName
 {
   color: #96897A;
 }
</style>

background-color css

<style>
 a { background-color: #96897A; }

 a { background-color: rgb(150,137,122); }

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

border-color css

<style>
 span { border-color: #96897A; }

 span { border-color: rgb(150,137,122); }

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