Html Css Color HEX #9F986D Gurkha

📋 copy color: '#9F986D'

red 159 ◦ green 152 ◦ blue 109

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

Shades of Gurkha #9F986D

Tints of Gurkha #9F986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 37.86%
G = 36.19%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F986D (or 0x9F986D) is known color: Gurkha. HEX triplet: 9F, 98 and 6D. RGB value is (159,152,109). Sum of RGB (Red+Green+Blue) = 159+152+109=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F986D is #606792. Grayscale: #959595. Windows color (decimal): -6317971 or 7182495. OLE color: 7182495.

HSL color Cylindrical-coordinate representation of color #9F986D: hue angle of 51.6º 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 #9F986D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 152 109 -
CMYK 0 0.04 0.31 0.38
HSL 51.6º 0.21% 0.53% -
HSV(B) 51.6º 0.31% 0.62% -
XYZ 28.29 30.93 18.95 -
YUV 149.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 159 152 109 0 0.04 0.31 0.38 51.6 0.21 0.53
Hex 9F 98 6D 0 4 1F 26 34 15 35
Octal 237 230 155 0 4 37 46 64 25 65
Binary 10011111 10011000 1101101 0 100 11111 100110 110100 10101 110101

Color Harmonies of #9F986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F986D

Black with #9F986D

Text Example


Text Example

White with #9F986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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