Html Css Color HEX #9E946C Gurkha

📋 copy color: '#9E946C'

red 158 ◦ green 148 ◦ blue 108

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

Shades of Gurkha #9E946C

Tints of Gurkha #9E946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 38.16%
G = 35.75%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E946C (or 0x9E946C) is known color: Gurkha. HEX triplet: 9E, 94 and 6C. RGB value is (158,148,108). Sum of RGB (Red+Green+Blue) = 158+148+108=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E946C is #616B93. Grayscale: #929292. Windows color (decimal): -6384532 or 7115934. OLE color: 7115934.

HSL color Cylindrical-coordinate representation of color #9E946C: hue angle of 48º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E946C is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 148 108 -
CMYK 0 0.06 0.32 0.38
HSL 48º 0.2% 0.52% -
HSV(B) 48º 0.32% 0.62% -
XYZ 27.4 29.53 18.44 -
YUV 146.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 158 148 108 0 0.06 0.32 0.38 48 0.2 0.52
Hex 9E 94 6C 0 6 20 26 30 14 34
Octal 236 224 154 0 6 40 46 60 24 64
Binary 10011110 10010100 1101100 0 110 100000 100110 110000 10100 110100

Color Harmonies of #9E946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E946C

Black with #9E946C

Text Example


Text Example

White with #9E946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,148,108); }

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

background-color css

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

 a { background-color: rgb(158,148,108); }

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

border-color css

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

 span { border-color: rgb(158,148,108); }

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