#958B68

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

Shades of Gurkha #958B68

Tints of Gurkha #958B68

Color information

#958B68 (or 0x958B68) is unknown color: approx Gurkha. HEX triplet: 95, 8B and 68. RGB value is (149,139,104). Sum of RGB (Red+Green+Blue) = 149+139+104=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B68 is #6A7497. Grayscale: #8A8A8A. Windows color (decimal): -6976664 or 6851477. OLE color: 6851477.

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

Color convert

RGB149139104-
CMYK00.070.300.42
HSL46.67º17.79%49.61%-
HSV(B)46.67º30.2%58.43%-
XYZ24.1325.8516.82-
YUV138108.81135.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=38.01%
G=35.46%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913910400.070.300.4246.6717.7949.61
Hex958B68071E2A2f1232
Octal225213150073652572262
Binary1001010110001011110100001111111010101010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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