Html Css Color HEX #9E9770 Gurkha

📋 copy color: '#9E9770'

red 158 ◦ green 151 ◦ blue 112

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

Shades of Gurkha #9E9770

Tints of Gurkha #9E9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 37.53%
G = 35.87%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E9770 (or 0x9E9770) is known color: Gurkha. HEX triplet: 9E, 97 and 70. RGB value is (158,151,112). Sum of RGB (Red+Green+Blue) = 158+151+112=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9770 is #61688F. Grayscale: #949494. Windows color (decimal): -6383760 or 7378846. OLE color: 7378846.

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

Color convert

RGB 158 151 112 -
CMYK 0 0.04 0.29 0.38
HSL 50.87º 0.19% 0.53% -
HSV(B) 50.87º 0.29% 0.62% -
XYZ 28.09 30.57 19.75 -
YUV 148.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 158 151 112 0 0.04 0.29 0.38 50.87 0.19 0.53
Hex 9E 97 70 0 4 1D 26 33 13 35
Octal 236 227 160 0 4 35 46 63 23 65
Binary 10011110 10010111 1110000 0 100 11101 100110 110011 10011 110101

Color Harmonies of #9E9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9770

Black with #9E9770

Text Example


Text Example

White with #9E9770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,151,112); }

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

background-color css

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

 a { background-color: rgb(158,151,112); }

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

border-color css

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

 span { border-color: rgb(158,151,112); }

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