#969276

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

Shades of Gurkha #969276

Tints of Gurkha #969276

Color information

#969276 (or 0x969276) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 76. RGB value is (150,146,118). Sum of RGB (Red+Green+Blue) = 150+146+118=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #969276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969276 is #696D89. Grayscale: #909090. Windows color (decimal): -6909322 or 7770774. OLE color: 7770774.

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

Color convert

RGB150146118-
CMYK00.030.210.41
HSL52.5º13.22%52.55%-
HSV(B)52.5º21.33%58.82%-
XYZ26.1328.3521.23-
YUV144113.33132.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 118 (46.48% from 255) = 28.50%
R=36.23%
G=35.27%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014611800.030.210.4152.513.2252.55
Hex96927603152935d35
Octal226222166032551651565
Binary10010110100100101110110011101011010011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969276; }

 p { color: rgb(150,146,118); }

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

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

 a { background-color: rgb(150,146,118); }

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

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

 span { border-color: rgb(150,146,118); }

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