#958A68

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

Shades of Gurkha #958A68

Tints of Gurkha #958A68

Color information

#958A68 (or 0x958A68) is unknown color: approx Gurkha. HEX triplet: 95, 8A and 68. RGB value is (149,138,104). Sum of RGB (Red+Green+Blue) = 149+138+104=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A68 is #6A7597. Grayscale: #898989. Windows color (decimal): -6976920 or 6851221. OLE color: 6851221.

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

Color convert

RGB149138104-
CMYK00.070.300.42
HSL45.33º17.79%49.61%-
HSV(B)45.33º30.2%58.43%-
XYZ23.9825.5716.77-
YUV137.41109.14136.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=38.11%
G=35.29%
B=26.60%

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
Decimal14913810400.070.300.4245.3317.7949.61
Hex958A68071E2A2d1232
Octal225212150073652552262
Binary1001010110001010110100001111111010101010110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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