Html Css Color HEX #9F986F Gurkha

📋 copy color: '#9F986F'

red 159 ◦ green 152 ◦ blue 111

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

Shades of Gurkha #9F986F

Tints of Gurkha #9F986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.3%

R = 37.68%
G = 36.02%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F986F (or 0x9F986F) is known color: Gurkha. HEX triplet: 9F, 98 and 6F. RGB value is (159,152,111). Sum of RGB (Red+Green+Blue) = 159+152+111=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F986F is #606790. Grayscale: #959595. Windows color (decimal): -6317969 or 7313567. OLE color: 7313567.

HSL color Cylindrical-coordinate representation of color #9F986F: hue angle of 51.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F986F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 152 111 -
CMYK 0 0.04 0.30 0.38
HSL 51.25º 0.2% 0.53% -
HSV(B) 51.25º 0.3% 0.62% -
XYZ 28.4 30.98 19.52 -
YUV 149.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 159 152 111 0 0.04 0.30 0.38 51.25 0.2 0.53
Hex 9F 98 6F 0 4 1E 26 33 14 35
Octal 237 230 157 0 4 36 46 63 24 65
Binary 10011111 10011000 1101111 0 100 11110 100110 110011 10100 110101

Color Harmonies of #9F986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F986F

Black with #9F986F

Text Example


Text Example

White with #9F986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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