Html Css Color HEX #9F965F Gurkha

📋 copy color: '#9F965F'

red 159 ◦ green 150 ◦ blue 95

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

Shades of Gurkha #9F965F

Tints of Gurkha #9F965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 39.36%
G = 37.13%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F965F (or 0x9F965F) is known color: Gurkha. HEX triplet: 9F, 96 and 5F. RGB value is (159,150,95). Sum of RGB (Red+Green+Blue) = 159+150+95=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F965F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F965F is #6069A0. Grayscale: #929292. Windows color (decimal): -6318497 or 6264479. OLE color: 6264479.

HSL color Cylindrical-coordinate representation of color #9F965F: hue angle of 51.56º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F965F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 150 95 -
CMYK 0 0.06 0.40 0.38
HSL 51.56º 0.25% 0.5% -
HSV(B) 51.56º 0.4% 0.62% -
XYZ 27.27 30.01 15.18 -
YUV 146.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 159 150 95 0 0.06 0.40 0.38 51.56 0.25 0.5
Hex 9F 96 5F 0 6 28 26 34 19 32
Octal 237 226 137 0 6 50 46 64 31 62
Binary 10011111 10010110 1011111 0 110 101000 100110 110100 11001 110010

Color Harmonies of #9F965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F965F

Black with #9F965F

Text Example


Text Example

White with #9F965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,95); }

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

background-color css

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

 a { background-color: rgb(159,150,95); }

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

border-color css

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

 span { border-color: rgb(159,150,95); }

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