Html Css Color HEX #9E9972 Gurkha

📋 copy color: '#9E9972'

red 158 ◦ green 153 ◦ blue 114

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

Shades of Gurkha #9E9972

Tints of Gurkha #9E9972

RGB

 RED value IS 158 (62.11% from 255) = 37.18%

 GREEN value IS 153 (60.16% from 255) = 36%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 37.18%
G = 36%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E9972 (or 0x9E9972) is known color: Gurkha. HEX triplet: 9E, 99 and 72. RGB value is (158,153,114). Sum of RGB (Red+Green+Blue) = 158+153+114=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9972 is #61668D. Grayscale: #969696. Windows color (decimal): -6383246 or 7510430. OLE color: 7510430.

HSL color Cylindrical-coordinate representation of color #9E9972: hue angle of 53.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9972 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 153 114 -
CMYK 0 0.03 0.28 0.38
HSL 53.18º 0.18% 0.53% -
HSV(B) 53.18º 0.28% 0.62% -
XYZ 28.53 31.27 20.45 -
YUV 150.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 158 153 114 0 0.03 0.28 0.38 53.18 0.18 0.53
Hex 9E 99 72 0 3 1C 26 35 12 35
Octal 236 231 162 0 3 34 46 65 22 65
Binary 10011110 10011001 1110010 0 11 11100 100110 110101 10010 110101

Color Harmonies of #9E9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9972

Black with #9E9972

Text Example


Text Example

White with #9E9972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,153,114); }

 H1.HeaderClassName
 {
   color: #9E9972;
 }
 .AnyTagClassName
 {
   color: #9E9972;
 }
</style>

background-color css

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

 a { background-color: rgb(158,153,114); }

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

border-color css

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

 span { border-color: rgb(158,153,114); }

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