Html Css Color HEX #9E935F Gurkha

📋 copy color: '#9E935F'

red 158 ◦ green 147 ◦ blue 95

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

Shades of Gurkha #9E935F

Tints of Gurkha #9E935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 95 (37.5% from 255) = 23.75%

R = 39.5%
G = 36.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9E935F (or 0x9E935F) is known color: Gurkha. HEX triplet: 9E, 93 and 5F. RGB value is (158,147,95). Sum of RGB (Red+Green+Blue) = 158+147+95=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 95 (37.5% from 255 or 23.75% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E935F is #616CA0. Grayscale: #909090. Windows color (decimal): -6384801 or 6263710. OLE color: 6263710.

HSL color Cylindrical-coordinate representation of color #9E935F: hue angle of 49.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E935F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 147 95 -
CMYK 0 0.07 0.40 0.38
HSL 49.52º 0.25% 0.5% -
HSV(B) 49.52º 0.4% 0.62% -
XYZ 26.6 28.96 15.01 -
YUV 144.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 158 147 95 0 0.07 0.40 0.38 49.52 0.25 0.5
Hex 9E 93 5F 0 7 28 26 32 19 32
Octal 236 223 137 0 7 50 46 62 31 62
Binary 10011110 10010011 1011111 0 111 101000 100110 110010 11001 110010

Color Harmonies of #9E935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E935F

Black with #9E935F

Text Example


Text Example

White with #9E935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,147,95); }

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

background-color css

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

 a { background-color: rgb(158,147,95); }

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

border-color css

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

 span { border-color: rgb(158,147,95); }

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