#958F66

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

Shades of Gurkha #958F66

Tints of Gurkha #958F66

Color information

#958F66 (or 0x958F66) is unknown color: approx Gurkha. HEX triplet: 95, 8F and 66. RGB value is (149,143,102). Sum of RGB (Red+Green+Blue) = 149+143+102=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F66 is #6A7099. Grayscale: #8C8C8C. Windows color (decimal): -6975642 or 6721429. OLE color: 6721429.

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

Color convert

RGB149143102-
CMYK00.040.320.42
HSL52.34º18.73%49.22%-
HSV(B)52.34º31.54%58.43%-
XYZ24.6226.9916.48-
YUV140.12106.49134.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=37.82%
G=36.29%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914310200.040.320.4252.3418.7349.22
Hex958F6604202A341331
Octal225217146044052642361
Binary10010101100011111100110010010000010101011010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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