Html Css Color HEX #9F996F Gurkha

📋 copy color: '#9F996F'

red 159 ◦ green 153 ◦ blue 111

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

Shades of Gurkha #9F996F

Tints of Gurkha #9F996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

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

R = 37.59%
G = 36.17%
B = 26.24%

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

#9F996F (or 0x9F996F) is known color: Gurkha. HEX triplet: 9F, 99 and 6F. RGB value is (159,153,111). Sum of RGB (Red+Green+Blue) = 159+153+111=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 159 - color contains mainly: red. Hex color #9F996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F996F is #606690. Grayscale: #969696. Windows color (decimal): -6317713 or 7313823. OLE color: 7313823.

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

Color convert

RGB 159 153 111 -
CMYK 0 0.04 0.30 0.38
HSL 52.5º 0.2% 0.53% -
HSV(B) 52.5º 0.3% 0.62% -
XYZ 28.56 31.3 19.58 -
YUV 150.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 159 153 111 0 0.04 0.30 0.38 52.5 0.2 0.53
Hex 9F 99 6F 0 4 1E 26 34 14 35
Octal 237 231 157 0 4 36 46 64 24 65
Binary 10011111 10011001 1101111 0 100 11110 100110 110100 10100 110101

Color Harmonies of #9F996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F996F

Black with #9F996F

Text Example


Text Example

White with #9F996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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