#928D79

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

Shades of Gurkha #928D79

Tints of Gurkha #928D79

Color information

#928D79 (or 0x928D79) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 79. RGB value is (146,141,121). Sum of RGB (Red+Green+Blue) = 146+141+121=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 146 - color contains mainly: red. Hex color #928D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D79 is #6D7286. Grayscale: #8C8C8C. Windows color (decimal): -7172743 or 7966098. OLE color: 7966098.

HSL color Cylindrical-coordinate representation of color #928D79: hue angle of 48º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #928D79 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB146141121-
CMYK00.030.170.43
HSL48º10.29%52.35%-
HSV(B)48º17.12%57.25%-
XYZ24.8326.5421.9-
YUV140.22117.16132.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.78%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=35.78%
G=34.56%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614112100.030.170.434810.2952.35
Hex928D7903112B30a34
Octal222215171032153601264
Binary10010010100011011111001011100011010111100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D79; }

 p { color: rgb(146,141,121); }

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

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

 a { background-color: rgb(146,141,121); }

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

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

 span { border-color: rgb(146,141,121); }

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