#928F71

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

Shades of Gurkha #928F71

Tints of Gurkha #928F71

Color information

#928F71 (or 0x928F71) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 71. RGB value is (146,143,113). Sum of RGB (Red+Green+Blue) = 146+143+113=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #928F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F71 is #6D708E. Grayscale: #8C8C8C. Windows color (decimal): -7172239 or 7442322. OLE color: 7442322.

HSL color Cylindrical-coordinate representation of color #928F71: hue angle of 54.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #928F71 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB146143113-
CMYK00.020.230.43
HSL54.55º13.15%50.78%-
HSV(B)54.55º22.6%57.25%-
XYZ24.6626.9519.52-
YUV140.48112.49131.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=36.32%
G=35.57%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614311300.020.230.4354.5513.1550.78
Hex928F7102172B37d33
Octal222217161022753671563
Binary10010010100011111110001010101111010111101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,143,113); }

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

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

 a { background-color: rgb(146,143,113); }

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

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

 span { border-color: rgb(146,143,113); }

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