#9F9768

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

Shades of Gurkha #9F9768

Tints of Gurkha #9F9768

Color information

#9F9768 (or 0x9F9768) is unknown color: approx Gurkha. HEX triplet: 9F, 97 and 68. RGB value is (159,151,104). Sum of RGB (Red+Green+Blue) = 159+151+104=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9768 is #606897. Grayscale: #949494. Windows color (decimal): -6318232 or 6854559. OLE color: 6854559.

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

Color convert

RGB159151104-
CMYK00.050.350.38
HSL51.27º22.27%51.57%-
HSV(B)51.27º34.59%62.35%-
XYZ27.8630.517.52-
YUV148.03103.15135.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 104 (41.02% from 255) = 25.12%
R=38.41%
G=36.47%
B=25.12%

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
Decimal15915110400.050.350.3851.2722.2751.57
Hex9F9768052326331634
Octal237227150054346632664
Binary10011111100101111101000010110001110011011001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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