Html Css Color HEX #9E926E Gurkha

📋 copy color: '#9E926E'

red 158 ◦ green 146 ◦ blue 110

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

Shades of Gurkha #9E926E

Tints of Gurkha #9E926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.27%

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 38.16%
G = 35.27%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9E926E (or 0x9E926E) is known color: Gurkha. HEX triplet: 9E, 92 and 6E. RGB value is (158,146,110). Sum of RGB (Red+Green+Blue) = 158+146+110=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E926E is #616D91. Grayscale: #919191. Windows color (decimal): -6385042 or 7246494. OLE color: 7246494.

HSL color Cylindrical-coordinate representation of color #9E926E: hue angle of 45º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E926E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 146 110 -
CMYK 0 0.08 0.30 0.38
HSL 45º 0.2% 0.53% -
HSV(B) 45º 0.3% 0.62% -
XYZ 27.19 28.95 18.91 -
YUV 145.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 158 146 110 0 0.08 0.30 0.38 45 0.2 0.53
Hex 9E 92 6E 0 8 1E 26 2D 14 35
Octal 236 222 156 0 10 36 46 55 24 65
Binary 10011110 10010010 1101110 0 1000 11110 100110 101101 10100 110101

Color Harmonies of #9E926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E926E

Black with #9E926E

Text Example


Text Example

White with #9E926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,146,110); }

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

background-color css

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

 a { background-color: rgb(158,146,110); }

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

border-color css

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

 span { border-color: rgb(158,146,110); }

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