#958A69

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

Shades of Gurkha #958A69

Tints of Gurkha #958A69

Color information

#958A69 (or 0x958A69) is unknown color: approx Gurkha. HEX triplet: 95, 8A and 69. RGB value is (149,138,105). Sum of RGB (Red+Green+Blue) = 149+138+105=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A69 is #6A7596. Grayscale: #898989. Windows color (decimal): -6976919 or 6916757. OLE color: 6916757.

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

Color convert

RGB149138105-
CMYK00.070.300.42
HSL45º17.32%49.8%-
HSV(B)45º29.53%58.43%-
XYZ24.0325.5917.04-
YUV137.53109.64136.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=38.01%
G=35.20%
B=26.79%

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
Decimal14913810500.070.300.424517.3249.8
Hex958A69071E2A2d1132
Octal225212151073652552162
Binary1001010110001010110100101111111010101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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