#958D66

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

Shades of Gurkha #958D66

Tints of Gurkha #958D66

Color information

#958D66 (or 0x958D66) is unknown color: approx Gurkha. HEX triplet: 95, 8D and 66. RGB value is (149,141,102). Sum of RGB (Red+Green+Blue) = 149+141+102=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D66 is #6A7299. Grayscale: #8B8B8B. Windows color (decimal): -6976154 or 6720917. OLE color: 6720917.

HSL color Cylindrical-coordinate representation of color #958D66: hue angle of 49.79º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958D66 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149141102-
CMYK00.050.320.42
HSL49.79º18.73%49.22%-
HSV(B)49.79º31.54%58.43%-
XYZ24.3226.416.38-
YUV138.95107.15135.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=38.01%
G=35.97%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914110200.050.320.4249.7918.7349.22
Hex958D6605202A321331
Octal225215146054052622361
Binary10010101100011011100110010110000010101011001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958D66; }

 p { color: rgb(149,141,102); }

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

<style>
 a { background-color: #958D66; }

 a { background-color: rgb(149,141,102); }

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

<style>
 span { border-color: #958D66; }

 span { border-color: rgb(149,141,102); }

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