#9F9767

Color #9F9767 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #9F9767

Tints of Gurkha #9F9767

Color information

#9F9767 (or 0x9F9767) is unknown color: approx Gurkha. HEX triplet: 9F, 97 and 67. RGB value is (159,151,103). Sum of RGB (Red+Green+Blue) = 159+151+103=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9767 is #606898. Grayscale: #949494. Windows color (decimal): -6318233 or 6789023. OLE color: 6789023.

HSL color Cylindrical-coordinate representation of color #9F9767: hue angle of 51.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F9767 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB159151103-
CMYK00.050.350.38
HSL51.43º22.58%51.37%-
HSV(B)51.43º35.22%62.35%-
XYZ27.8130.4817.25-
YUV147.92102.65135.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=38.50%
G=36.56%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915110300.050.350.3851.4322.5851.37
Hex9F9767052326331733
Octal237227147054346632763
Binary10011111100101111100111010110001110011011001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,151,103); }

 H1.HeaderClassName
 {
   color: #9F9767;
 }
 .AnyTagClassName
 {
   color: #9F9767;
 }
</style>
background-color css

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

 a { background-color: rgb(159,151,103); }

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

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

 span { border-color: rgb(159,151,103); }

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