Html Css Color HEX #9E9466 Gurkha

📋 copy color: '#9E9466'

red 158 ◦ green 148 ◦ blue 102

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

Shades of Gurkha #9E9466

Tints of Gurkha #9E9466

RGB

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

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

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

R = 38.73%
G = 36.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9E9466 (or 0x9E9466) is known color: Gurkha. HEX triplet: 9E, 94 and 66. RGB value is (158,148,102). Sum of RGB (Red+Green+Blue) = 158+148+102=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9466 is #616B99. Grayscale: #919191. Windows color (decimal): -6384538 or 6722718. OLE color: 6722718.

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

Color convert

RGB 158 148 102 -
CMYK 0 0.06 0.35 0.38
HSL 49.29º 0.22% 0.51% -
HSV(B) 49.29º 0.35% 0.62% -
XYZ 27.09 29.41 16.82 -
YUV 145.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 158 148 102 0 0.06 0.35 0.38 49.29 0.22 0.51
Hex 9E 94 66 0 6 23 26 31 16 33
Octal 236 224 146 0 6 43 46 61 26 63
Binary 10011110 10010100 1100110 0 110 100011 100110 110001 10110 110011

Color Harmonies of #9E9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9466

Black with #9E9466

Text Example


Text Example

White with #9E9466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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