#959069

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

Shades of Gurkha #959069

Tints of Gurkha #959069

Color information

#959069 (or 0x959069) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 69. RGB value is (149,144,105). Sum of RGB (Red+Green+Blue) = 149+144+105=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #959069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959069 is #6A6F96. Grayscale: #8D8D8D. Windows color (decimal): -6975383 or 6918293. OLE color: 6918293.

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

Color convert

RGB149144105-
CMYK00.030.300.42
HSL53.18º17.32%49.8%-
HSV(B)53.18º29.53%58.43%-
XYZ24.9227.3617.33-
YUV141.05107.66133.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.44%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 105 (41.41% from 255) = 26.38%
R=37.44%
G=36.18%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914410500.030.300.4253.1817.3249.8
Hex959069031E2A351132
Octal225220151033652652162
Binary100101011001000011010010111111010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959069; }

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

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

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

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

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

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

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

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