#959072

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

Shades of Gurkha #959072

Tints of Gurkha #959072

Color information

#959072 (or 0x959072) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 72. RGB value is (149,144,114). Sum of RGB (Red+Green+Blue) = 149+144+114=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #959072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959072 is #6A6F8D. Grayscale: #8E8E8E. Windows color (decimal): -6975374 or 7508117. OLE color: 7508117.

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

Color convert

RGB149144114-
CMYK00.030.230.42
HSL51.43º14.17%51.57%-
HSV(B)51.43º23.49%58.43%-
XYZ25.427.5519.9-
YUV142.07112.16132.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=36.61%
G=35.38%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914411400.030.230.4251.4314.1751.57
Hex95907203172A33e34
Octal225220162032752631664
Binary10010101100100001110010011101111010101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959072; }

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

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

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

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

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

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

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

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