#928C71

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

Shades of Gurkha #928C71

Tints of Gurkha #928C71

Color information

#928C71 (or 0x928C71) is unknown color: approx Gurkha. HEX triplet: 92, 8C and 71. RGB value is (146,140,113). Sum of RGB (Red+Green+Blue) = 146+140+113=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #928C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C71 is #6D738E. Grayscale: #8A8A8A. Windows color (decimal): -7173007 or 7441554. OLE color: 7441554.

HSL color Cylindrical-coordinate representation of color #928C71: hue angle of 49.09º 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 #928C71 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB146140113-
CMYK00.040.230.43
HSL49.09º13.15%50.78%-
HSV(B)49.09º22.6%57.25%-
XYZ24.2126.0619.38-
YUV138.72113.49133.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 140 (55.08% from 255) = 35.09%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=36.59%
G=35.09%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614011300.040.230.4349.0913.1550.78
Hex928C7104172B31d33
Octal222214161042753611563
Binary100100101000110011100010100101111010111100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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