Html Css Color HEX #9E915E Gurkha

📋 copy color: '#9E915E'

red 158 ◦ green 145 ◦ blue 94

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

Shades of Gurkha #9E915E

Tints of Gurkha #9E915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 39.8%
G = 36.52%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9E915E (or 0x9E915E) is known color: Gurkha. HEX triplet: 9E, 91 and 5E. RGB value is (158,145,94). Sum of RGB (Red+Green+Blue) = 158+145+94=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E915E is #616EA1. Grayscale: #8F8F8F. Windows color (decimal): -6385314 or 6197662. OLE color: 6197662.

HSL color Cylindrical-coordinate representation of color #9E915E: hue angle of 47.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E915E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 145 94 -
CMYK 0 0.08 0.41 0.38
HSL 47.81º 0.25% 0.49% -
HSV(B) 47.81º 0.41% 0.62% -
XYZ 26.25 28.33 14.67 -
YUV 143.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 158 145 94 0 0.08 0.41 0.38 47.81 0.25 0.49
Hex 9E 91 5E 0 8 29 26 30 19 31
Octal 236 221 136 0 10 51 46 60 31 61
Binary 10011110 10010001 1011110 0 1000 101001 100110 110000 11001 110001

Color Harmonies of #9E915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E915E

Black with #9E915E

Text Example


Text Example

White with #9E915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,145,94); }

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

background-color css

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

 a { background-color: rgb(158,145,94); }

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

border-color css

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

 span { border-color: rgb(158,145,94); }

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