#9C997E

Color #9C997E Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #9C997E

Tints of Grey Olive #9C997E

Color information

#9C997E (or 0x9C997E) is unknown color: approx Grey Olive. HEX triplet: 9C, 99 and 7E. RGB value is (156,153,126). Sum of RGB (Red+Green+Blue) = 156+153+126=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 156 - color contains mainly: red. Hex color #9C997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C997E is #636681. Grayscale: #969696. Windows color (decimal): -6514306 or 8296860. OLE color: 8296860.

HSL color Cylindrical-coordinate representation of color #9C997E: hue angle of 54º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C997E is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB156153126-
CMYK00.020.190.39
HSL54º13.16%55.29%-
HSV(B)54º19.23%61.18%-
XYZ28.8731.3624.27-
YUV150.82113.99131.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=35.86%
G=35.17%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615312600.020.190.395413.1655.29
Hex9C997E02132736d37
Octal234231176022347661567
Binary10011100100110011111110010100111001111101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C997E; }

 p { color: rgb(156,153,126); }

 H1.HeaderClassName
 {
   color: #9C997E;
 }
 .AnyTagClassName
 {
   color: #9C997E;
 }
</style>
background-color css

<style>
 a { background-color: #9C997E; }

 a { background-color: rgb(156,153,126); }

 div.DivClassName
 {
   background-color: #9C997E;
 }
 .BgClassName
 {
   background-color: #9C997E;
 }
</style>
border-color css

<style>
 span { border-color: #9C997E; }

 span { border-color: rgb(156,153,126); }

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