Html Css Color HEX #9E9268 Gurkha

📋 copy color: '#9E9268'

red 158 ◦ green 146 ◦ blue 104

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

Shades of Gurkha #9E9268

Tints of Gurkha #9E9268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 38.73%
G = 35.78%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9E9268 (or 0x9E9268) is known color: Gurkha. HEX triplet: 9E, 92 and 68. RGB value is (158,146,104). Sum of RGB (Red+Green+Blue) = 158+146+104=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9268 is #616D97. Grayscale: #909090. Windows color (decimal): -6385048 or 6853278. OLE color: 6853278.

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

Color convert

RGB 158 146 104 -
CMYK 0 0.08 0.34 0.38
HSL 46.67º 0.22% 0.51% -
HSV(B) 46.67º 0.34% 0.62% -
XYZ 26.88 28.83 17.24 -
YUV 144.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 158 146 104 0 0.08 0.34 0.38 46.67 0.22 0.51
Hex 9E 92 68 0 8 22 26 2F 16 33
Octal 236 222 150 0 10 42 46 57 26 63
Binary 10011110 10010010 1101000 0 1000 100010 100110 101111 10110 110011

Color Harmonies of #9E9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9268

Black with #9E9268

Text Example


Text Example

White with #9E9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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