#9C8F69

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

Shades of Gurkha #9C8F69

Tints of Gurkha #9C8F69

Color information

#9C8F69 (or 0x9C8F69) is unknown color: approx Gurkha. HEX triplet: 9C, 8F and 69. RGB value is (156,143,105). Sum of RGB (Red+Green+Blue) = 156+143+105=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F69 is #637096. Grayscale: #8E8E8E. Windows color (decimal): -6516887 or 6918044. OLE color: 6918044.

HSL color Cylindrical-coordinate representation of color #9C8F69: hue angle of 44.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8F69 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB156143105-
CMYK00.080.330.39
HSL44.71º20.48%51.18%-
HSV(B)44.71º32.69%61.18%-
XYZ26.0827.7317.34-
YUV142.55106.81137.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=38.61%
G=35.40%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614310500.080.330.3944.7120.4851.18
Hex9C8F690821272d1433
Octal2342171510104147552463
Binary100111001000111111010010100010000110011110110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,143,105); }

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

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

 a { background-color: rgb(156,143,105); }

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

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

 span { border-color: rgb(156,143,105); }

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