#969070

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

Shades of Gurkha #969070

Tints of Gurkha #969070

Color information

#969070 (or 0x969070) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 70. RGB value is (150,144,112). Sum of RGB (Red+Green+Blue) = 150+144+112=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #969070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969070 is #696F8F. Grayscale: #8E8E8E. Windows color (decimal): -6909840 or 7377046. OLE color: 7377046.

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

Color convert

RGB150144112-
CMYK00.040.250.41
HSL50.53º15.32%51.37%-
HSV(B)50.53º25.33%58.82%-
XYZ25.4827.619.31-
YUV142.15110.99133.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 112 (44.14% from 255) = 27.59%
R=36.95%
G=35.47%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014411200.040.250.4150.5315.3251.37
Hex96907004192933f33
Octal226220160043151631763
Binary100101101001000011100000100110011010011100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969070; }

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

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

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

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

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

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

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

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