Html Css Color HEX #9F946D Gurkha

📋 copy color: '#9F946D'

red 159 ◦ green 148 ◦ blue 109

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

Shades of Gurkha #9F946D

Tints of Gurkha #9F946D

RGB

 RED value IS 159 (62.5% from 255) = 38.22%

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 38.22%
G = 35.58%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F946D (or 0x9F946D) is known color: Gurkha. HEX triplet: 9F, 94 and 6D. RGB value is (159,148,109). Sum of RGB (Red+Green+Blue) = 159+148+109=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F946D is #606B92. Grayscale: #939393. Windows color (decimal): -6318995 or 7181471. OLE color: 7181471.

HSL color Cylindrical-coordinate representation of color #9F946D: hue angle of 46.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F946D is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 148 109 -
CMYK 0 0.07 0.31 0.38
HSL 46.8º 0.21% 0.53% -
HSV(B) 46.8º 0.31% 0.62% -
XYZ 27.65 29.65 18.73 -
YUV 146.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 159 148 109 0 0.07 0.31 0.38 46.8 0.21 0.53
Hex 9F 94 6D 0 7 1F 26 2F 15 35
Octal 237 224 155 0 7 37 46 57 25 65
Binary 10011111 10010100 1101101 0 111 11111 100110 101111 10101 110101

Color Harmonies of #9F946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F946D

Black with #9F946D

Text Example


Text Example

White with #9F946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,109); }

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

background-color css

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

 a { background-color: rgb(159,148,109); }

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

border-color css

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

 span { border-color: rgb(159,148,109); }

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