#958C66

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

Shades of Gurkha #958C66

Tints of Gurkha #958C66

Color information

#958C66 (or 0x958C66) is unknown color: approx Gurkha. HEX triplet: 95, 8C and 66. RGB value is (149,140,102). Sum of RGB (Red+Green+Blue) = 149+140+102=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C66 is #6A7399. Grayscale: #8A8A8A. Windows color (decimal): -6976410 or 6720661. OLE color: 6720661.

HSL color Cylindrical-coordinate representation of color #958C66: hue angle of 48.51º 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 #958C66 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB149140102-
CMYK00.060.320.42
HSL48.51º18.73%49.22%-
HSV(B)48.51º31.54%58.43%-
XYZ24.1726.1116.34-
YUV138.36107.48135.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=38.11%
G=35.81%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914010200.060.320.4248.5118.7349.22
Hex958C6606202A311331
Octal225214146064052612361
Binary10010101100011001100110011010000010101011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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