#969175

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

Shades of Gurkha #969175

Tints of Gurkha #969175

Color information

#969175 (or 0x969175) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 75. RGB value is (150,145,117). Sum of RGB (Red+Green+Blue) = 150+145+117=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #969175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969175 is #696E8A. Grayscale: #8F8F8F. Windows color (decimal): -6909579 or 7704982. OLE color: 7704982.

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

Color convert

RGB150145117-
CMYK00.030.220.41
HSL50.91º13.58%52.35%-
HSV(B)50.91º22%58.82%-
XYZ25.9128.0220.87-
YUV143.3113.16132.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=36.41%
G=35.19%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014511700.030.220.4150.9113.5852.35
Hex96917503162933e34
Octal226221165032651631664
Binary10010110100100011110101011101101010011100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969175; }

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

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

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

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

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

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

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

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