Html Css Color HEX #9E9666 Gurkha

📋 copy color: '#9E9666'

red 158 ◦ green 150 ◦ blue 102

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

Shades of Gurkha #9E9666

Tints of Gurkha #9E9666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 38.54%
G = 36.59%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E9666 (or 0x9E9666) is known color: Gurkha. HEX triplet: 9E, 96 and 66. RGB value is (158,150,102). Sum of RGB (Red+Green+Blue) = 158+150+102=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9666 is #616999. Grayscale: #939393. Windows color (decimal): -6384026 or 6723230. OLE color: 6723230.

HSL color Cylindrical-coordinate representation of color #9E9666: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E9666 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 150 102 -
CMYK 0 0.05 0.35 0.38
HSL 51.43º 0.22% 0.51% -
HSV(B) 51.43º 0.35% 0.62% -
XYZ 27.41 30.04 16.92 -
YUV 146.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 158 150 102 0 0.05 0.35 0.38 51.43 0.22 0.51
Hex 9E 96 66 0 5 23 26 33 16 33
Octal 236 226 146 0 5 43 46 63 26 63
Binary 10011110 10010110 1100110 0 101 100011 100110 110011 10110 110011

Color Harmonies of #9E9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9666

Black with #9E9666

Text Example


Text Example

White with #9E9666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,150,102); }

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

background-color css

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

 a { background-color: rgb(158,150,102); }

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

border-color css

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

 span { border-color: rgb(158,150,102); }

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