Html Css Color HEX #9F9460 Gurkha

📋 copy color: '#9F9460'

red 159 ◦ green 148 ◦ blue 96

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

Shades of Gurkha #9F9460

Tints of Gurkha #9F9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 39.45%
G = 36.72%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F9460 (or 0x9F9460) is known color: Gurkha. HEX triplet: 9F, 94 and 60. RGB value is (159,148,96). Sum of RGB (Red+Green+Blue) = 159+148+96=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9460 is #606B9F. Grayscale: #919191. Windows color (decimal): -6319008 or 6329503. OLE color: 6329503.

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

Color convert

RGB 159 148 96 -
CMYK 0 0.07 0.40 0.38
HSL 49.52º 0.25% 0.5% -
HSV(B) 49.52º 0.4% 0.62% -
XYZ 27 29.4 15.32 -
YUV 145.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 159 148 96 0 0.07 0.40 0.38 49.52 0.25 0.5
Hex 9F 94 60 0 7 28 26 32 19 32
Octal 237 224 140 0 7 50 46 62 31 62
Binary 10011111 10010100 1100000 0 111 101000 100110 110010 11001 110010

Color Harmonies of #9F9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9460

Black with #9F9460

Text Example


Text Example

White with #9F9460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,96); }

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

background-color css

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

 a { background-color: rgb(159,148,96); }

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

border-color css

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

 span { border-color: rgb(159,148,96); }

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