Html Css Color HEX #96917F Heathered Grey

📋 copy color: '#96917F'

red 150 ◦ green 145 ◦ blue 127

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

Shades of Heathered Grey #96917F

Tints of Heathered Grey #96917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

 BLUE value IS 127 (50% from 255) = 30.09%

R = 35.55%
G = 34.36%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96917F (or 0x96917F) is known color: Heathered Grey. HEX triplet: 96, 91 and 7F. RGB value is (150,145,127). Sum of RGB (Red+Green+Blue) = 150+145+127=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917F is #696E80. Grayscale: #909090. Windows color (decimal): -6909569 or 8360342. OLE color: 8360342.

HSL color Cylindrical-coordinate representation of color #96917F: hue angle of 46.96º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96917F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 127 -
CMYK 0 0.03 0.15 0.41
HSL 46.96º 0.1% 0.54% -
HSV(B) 46.96º 0.15% 0.59% -
XYZ 26.53 28.27 24.14 -
YUV 144.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 150 145 127 0 0.03 0.15 0.41 46.96 0.1 0.54
Hex 96 91 7F 0 3 F 29 2F A 36
Octal 226 221 177 0 3 17 51 57 12 66
Binary 10010110 10010001 1111111 0 11 1111 101001 101111 1010 110110

Color Harmonies of #96917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96917F

Black with #96917F

Text Example


Text Example

White with #96917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96917F; }

 p { color: rgb(150,145,127); }

 H1.HeaderClassName
 {
   color: #96917F;
 }
 .AnyTagClassName
 {
   color: #96917F;
 }
</style>

background-color css

<style>
 a { background-color: #96917F; }

 a { background-color: rgb(150,145,127); }

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

border-color css

<style>
 span { border-color: #96917F; }

 span { border-color: rgb(150,145,127); }

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