Html Css Color HEX #9F996D Gurkha

📋 copy color: '#9F996D'

red 159 ◦ green 153 ◦ blue 109

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

Shades of Gurkha #9F996D

Tints of Gurkha #9F996D

RGB

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

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

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

R = 37.77%
G = 36.34%
B = 25.89%

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

#9F996D (or 0x9F996D) is known color: Gurkha. HEX triplet: 9F, 99 and 6D. RGB value is (159,153,109). Sum of RGB (Red+Green+Blue) = 159+153+109=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F996D is #606692. Grayscale: #959595. Windows color (decimal): -6317715 or 7182751. OLE color: 7182751.

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

Color convert

RGB 159 153 109 -
CMYK 0 0.04 0.31 0.38
HSL 52.8º 0.21% 0.53% -
HSV(B) 52.8º 0.31% 0.62% -
XYZ 28.45 31.26 19 -
YUV 149.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 159 153 109 0 0.04 0.31 0.38 52.8 0.21 0.53
Hex 9F 99 6D 0 4 1F 26 35 15 35
Octal 237 231 155 0 4 37 46 65 25 65
Binary 10011111 10011001 1101101 0 100 11111 100110 110101 10101 110101

Color Harmonies of #9F996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F996D

Black with #9F996D

Text Example


Text Example

White with #9F996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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