Html Css Color HEX #9E8E5F Gurkha

📋 copy color: '#9E8E5F'

red 158 ◦ green 142 ◦ blue 95

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

Shades of Gurkha #9E8E5F

Tints of Gurkha #9E8E5F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

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

R = 40%
G = 35.95%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9E8E5F (or 0x9E8E5F) is known color: Gurkha. HEX triplet: 9E, 8E and 5F. RGB value is (158,142,95). Sum of RGB (Red+Green+Blue) = 158+142+95=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8E5F is #6171A0. Grayscale: #8D8D8D. Windows color (decimal): -6386081 or 6262430. OLE color: 6262430.

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

Color convert

RGB 158 142 95 -
CMYK 0 0.10 0.40 0.38
HSL 44.76º 0.25% 0.5% -
HSV(B) 44.76º 0.4% 0.62% -
XYZ 25.84 27.44 14.76 -
YUV 141.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 158 142 95 0 0.10 0.40 0.38 44.76 0.25 0.5
Hex 9E 8E 5F 0 A 28 26 2D 19 32
Octal 236 216 137 0 12 50 46 55 31 62
Binary 10011110 10001110 1011111 0 1010 101000 100110 101101 11001 110010

Color Harmonies of #9E8E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8E5F

Black with #9E8E5F

Text Example


Text Example

White with #9E8E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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