Html Css Color HEX #9D946A Gurkha

📋 copy color: '#9D946A'

red 157 ◦ green 148 ◦ blue 106

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

Shades of Gurkha #9D946A

Tints of Gurkha #9D946A

RGB

 RED value IS 157 (61.72% from 255) = 38.2%

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

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 38.2%
G = 36.01%
B = 25.79%

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

#9D946A (or 0x9D946A) is known color: Gurkha. HEX triplet: 9D, 94 and 6A. RGB value is (157,148,106). Sum of RGB (Red+Green+Blue) = 157+148+106=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D946A is #626B95. Grayscale: #929292. Windows color (decimal): -6450070 or 6984861. OLE color: 6984861.

HSL color Cylindrical-coordinate representation of color #9D946A: hue angle of 49.41º degrees, saturation: 0.21, 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 #9D946A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 148 106 -
CMYK 0 0.06 0.32 0.38
HSL 49.41º 0.21% 0.52% -
HSV(B) 49.41º 0.32% 0.62% -
XYZ 27.1 29.39 17.88 -
YUV 145.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 157 148 106 0 0.06 0.32 0.38 49.41 0.21 0.52
Hex 9D 94 6A 0 6 20 26 31 15 34
Octal 235 224 152 0 6 40 46 61 25 64
Binary 10011101 10010100 1101010 0 110 100000 100110 110001 10101 110100

Color Harmonies of #9D946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D946A

Black with #9D946A

Text Example


Text Example

White with #9D946A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,148,106); }

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

background-color css

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

 a { background-color: rgb(157,148,106); }

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

border-color css

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

 span { border-color: rgb(157,148,106); }

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