#969165

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

Shades of Gurkha #969165

Tints of Gurkha #969165

Color information

#969165 (or 0x969165) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 65. RGB value is (150,145,101). Sum of RGB (Red+Green+Blue) = 150+145+101=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #969165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969165 is #696E9A. Grayscale: #8D8D8D. Windows color (decimal): -6909595 or 6656406. OLE color: 6656406.

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

Color convert

RGB150145101-
CMYK00.030.330.41
HSL53.88º19.52%49.22%-
HSV(B)53.88º32.67%58.82%-
XYZ25.0527.6716.33-
YUV141.48105.16134.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=37.88%
G=36.62%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014510100.030.330.4153.8819.5249.22
Hex969165032129361431
Octal226221145034151662461
Binary1001011010010001110010101110000110100111011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969165; }

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

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

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

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

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

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

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

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