#969075

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

Shades of Gurkha #969075

Tints of Gurkha #969075

Color information

#969075 (or 0x969075) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 75. RGB value is (150,144,117). Sum of RGB (Red+Green+Blue) = 150+144+117=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #969075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969075 is #696F8A. Grayscale: #8E8E8E. Windows color (decimal): -6909835 or 7704726. OLE color: 7704726.

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

Color convert

RGB150144117-
CMYK00.040.220.41
HSL49.09º13.58%52.35%-
HSV(B)49.09º22%58.82%-
XYZ25.7627.7120.82-
YUV142.72113.49133.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 117 (46.09% from 255) = 28.47%
R=36.50%
G=35.04%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014411700.040.220.4149.0913.5852.35
Hex96907504162931e34
Octal226220165042651611664
Binary100101101001000011101010100101101010011100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969075; }

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

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

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

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

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

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

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

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