#959070

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

Shades of Gurkha #959070

Tints of Gurkha #959070

Color information

#959070 (or 0x959070) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 70. RGB value is (149,144,112). Sum of RGB (Red+Green+Blue) = 149+144+112=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #959070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959070 is #6A6F8F. Grayscale: #8D8D8D. Windows color (decimal): -6975376 or 7377045. OLE color: 7377045.

HSL color Cylindrical-coordinate representation of color #959070: hue angle of 51.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959070 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB149144112-
CMYK00.030.250.42
HSL51.89º14.86%51.18%-
HSV(B)51.89º24.83%58.43%-
XYZ25.2927.5119.31-
YUV141.85111.16133.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=36.79%
G=35.56%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914411200.030.250.4251.8914.8651.18
Hex95907003192A34f33
Octal225220160033152641763
Binary10010101100100001110000011110011010101101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959070; }

 p { color: rgb(149,144,112); }

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

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

 a { background-color: rgb(149,144,112); }

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

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

 span { border-color: rgb(149,144,112); }

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