#969166

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

Shades of Gurkha #969166

Tints of Gurkha #969166

Color information

#969166 (or 0x969166) is unknown color: approx Gurkha. HEX triplet: 96, 91 and 66. RGB value is (150,145,102). Sum of RGB (Red+Green+Blue) = 150+145+102=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #969166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969166 is #696E99. Grayscale: #8D8D8D. Windows color (decimal): -6909594 or 6721942. OLE color: 6721942.

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

Color convert

RGB150145102-
CMYK00.030.320.41
HSL53.75º19.05%49.41%-
HSV(B)53.75º32%58.82%-
XYZ25.127.6916.59-
YUV141.59105.66134-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=37.78%
G=36.52%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014510200.030.320.4153.7519.0549.41
Hex969166032029361331
Octal226221146034051662361
Binary1001011010010001110011001110000010100111011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969166; }

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

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

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

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

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

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

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

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