#959073

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

Shades of Gurkha #959073

Tints of Gurkha #959073

Color information

#959073 (or 0x959073) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 73. RGB value is (149,144,115). Sum of RGB (Red+Green+Blue) = 149+144+115=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #959073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959073 is #6A6F8C. Grayscale: #8E8E8E. Windows color (decimal): -6975373 or 7573653. OLE color: 7573653.

HSL color Cylindrical-coordinate representation of color #959073: hue angle of 51.18º 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 #959073 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB149144115-
CMYK00.030.230.42
HSL51.18º13.82%51.76%-
HSV(B)51.18º22.82%58.43%-
XYZ25.4627.5720.2-
YUV142.19112.66132.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 115 (45.31% from 255) = 28.19%
R=36.52%
G=35.29%
B=28.19%

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
Decimal14914411500.030.230.4251.1813.8251.76
Hex95907303172A33e34
Octal225220163032752631664
Binary10010101100100001110011011101111010101100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959073; }

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

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

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

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

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

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

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

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