#969275

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

Shades of Gurkha #969275

Tints of Gurkha #969275

Color information

#969275 (or 0x969275) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 75. RGB value is (150,146,117). Sum of RGB (Red+Green+Blue) = 150+146+117=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #969275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969275 is #696D8A. Grayscale: #909090. Windows color (decimal): -6909323 or 7705238. OLE color: 7705238.

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

Color convert

RGB150146117-
CMYK00.030.220.41
HSL52.73º13.58%52.35%-
HSV(B)52.73º22%58.82%-
XYZ26.0728.3320.92-
YUV143.89112.83132.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=36.32%
G=35.35%
B=28.33%

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
Decimal15014611700.030.220.4152.7313.5852.35
Hex96927503162935e34
Octal226222165032651651664
Binary10010110100100101110101011101101010011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969275; }

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

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

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

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

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

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

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

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