#958A6A

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

Shades of Gurkha #958A6A

Tints of Gurkha #958A6A

Color information

#958A6A (or 0x958A6A) is unknown color: approx Gurkha. HEX triplet: 95, 8A and 6A. RGB value is (149,138,106). Sum of RGB (Red+Green+Blue) = 149+138+106=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #958A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A6A is #6A7595. Grayscale: #898989. Windows color (decimal): -6976918 or 6982293. OLE color: 6982293.

HSL color Cylindrical-coordinate representation of color #958A6A: hue angle of 44.65º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #958A6A is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB149138106-
CMYK00.070.290.42
HSL44.65º16.86%50%-
HSV(B)44.65º28.86%58.43%-
XYZ24.0825.6117.31-
YUV137.64110.14136.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 106 (41.80% from 255) = 26.97%
R=37.91%
G=35.11%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913810600.070.290.4244.6516.8650
Hex958A6A071D2A2d1132
Octal225212152073552552162
Binary1001010110001010110101001111110110101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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