Html Css Color HEX #9E986E Gurkha

📋 copy color: '#9E986E'

red 158 ◦ green 152 ◦ blue 110

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

Shades of Gurkha #9E986E

Tints of Gurkha #9E986E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 37.62%
G = 36.19%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E986E (or 0x9E986E) is known color: Gurkha. HEX triplet: 9E, 98 and 6E. RGB value is (158,152,110). Sum of RGB (Red+Green+Blue) = 158+152+110=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E986E is #616791. Grayscale: #959595. Windows color (decimal): -6383506 or 7248030. OLE color: 7248030.

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

Color convert

RGB 158 152 110 -
CMYK 0 0.04 0.30 0.38
HSL 52.5º 0.2% 0.53% -
HSV(B) 52.5º 0.3% 0.62% -
XYZ 28.14 30.85 19.22 -
YUV 149.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 158 152 110 0 0.04 0.30 0.38 52.5 0.2 0.53
Hex 9E 98 6E 0 4 1E 26 34 14 35
Octal 236 230 156 0 4 36 46 64 24 65
Binary 10011110 10011000 1101110 0 100 11110 100110 110100 10100 110101

Color Harmonies of #9E986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E986E

Black with #9E986E

Text Example


Text Example

White with #9E986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,152,110); }

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

background-color css

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

 a { background-color: rgb(158,152,110); }

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

border-color css

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

 span { border-color: rgb(158,152,110); }

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