Html Css Color HEX #9E946E Gurkha

📋 copy color: '#9E946E'

red 158 ◦ green 148 ◦ blue 110

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

Shades of Gurkha #9E946E

Tints of Gurkha #9E946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

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

R = 37.98%
G = 35.58%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E946E (or 0x9E946E) is known color: Gurkha. HEX triplet: 9E, 94 and 6E. RGB value is (158,148,110). Sum of RGB (Red+Green+Blue) = 158+148+110=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E946E is #616B91. Grayscale: #929292. Windows color (decimal): -6384530 or 7247006. OLE color: 7247006.

HSL color Cylindrical-coordinate representation of color #9E946E: hue angle of 47.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 #9E946E is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 148 110 -
CMYK 0 0.06 0.30 0.38
HSL 47.5º 0.2% 0.53% -
HSV(B) 47.5º 0.3% 0.62% -
XYZ 27.5 29.57 19.01 -
YUV 146.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 158 148 110 0 0.06 0.30 0.38 47.5 0.2 0.53
Hex 9E 94 6E 0 6 1E 26 30 14 35
Octal 236 224 156 0 6 36 46 60 24 65
Binary 10011110 10010100 1101110 0 110 11110 100110 110000 10100 110101

Color Harmonies of #9E946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E946E

Black with #9E946E

Text Example


Text Example

White with #9E946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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