#959064

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

Shades of Gurkha #959064

Tints of Gurkha #959064

Color information

#959064 (or 0x959064) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 64. RGB value is (149,144,100). Sum of RGB (Red+Green+Blue) = 149+144+100=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #959064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959064 is #6A6F9B. Grayscale: #8C8C8C. Windows color (decimal): -6975388 or 6590613. OLE color: 6590613.

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

Color convert

RGB149144100-
CMYK00.030.330.42
HSL53.88º19.68%48.82%-
HSV(B)53.88º32.89%58.43%-
XYZ24.6727.2616.02-
YUV140.48105.16134.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=37.91%
G=36.64%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914410000.030.330.4253.8819.6848.82
Hex95906403212A361431
Octal225220144034152662461
Binary1001010110010000110010001110000110101011011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959064; }

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

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

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

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

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

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

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

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