#979275

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

Shades of Gurkha #979275

Tints of Gurkha #979275

Color information

#979275 (or 0x979275) is unknown color: approx Gurkha. HEX triplet: 97, 92 and 75. RGB value is (151,146,117). Sum of RGB (Red+Green+Blue) = 151+146+117=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #979275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979275 is #686D8A. Grayscale: #909090. Windows color (decimal): -6843787 or 7705239. OLE color: 7705239.

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

Color convert

RGB151146117-
CMYK00.030.230.41
HSL51.18º14.05%52.55%-
HSV(B)51.18º22.52%59.22%-
XYZ26.2528.4220.93-
YUV144.19112.66132.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.47%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=36.47%
G=35.27%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114611700.030.230.4151.1814.0552.55
Hex97927503172933e35
Octal227222165032751631665
Binary10010111100100101110101011101111010011100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979275; }

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

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

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

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

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

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

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

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