#958C68

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

Shades of Gurkha #958C68

Tints of Gurkha #958C68

Color information

#958C68 (or 0x958C68) is unknown color: approx Gurkha. HEX triplet: 95, 8C and 68. RGB value is (149,140,104). Sum of RGB (Red+Green+Blue) = 149+140+104=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #958C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C68 is #6A7397. Grayscale: #8A8A8A. Windows color (decimal): -6976408 or 6851733. OLE color: 6851733.

HSL color Cylindrical-coordinate representation of color #958C68: hue angle of 48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958C68 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB149140104-
CMYK00.060.300.42
HSL48º17.79%49.61%-
HSV(B)48º30.2%58.43%-
XYZ24.2726.1516.86-
YUV138.59108.48135.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=37.91%
G=35.62%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914010400.060.300.424817.7949.61
Hex958C68061E2A301232
Octal225214150063652602262
Binary1001010110001100110100001101111010101011000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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