#928971

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

Shades of Gurkha #928971

Tints of Gurkha #928971

Color information

#928971 (or 0x928971) is unknown color: approx Gurkha. HEX triplet: 92, 89 and 71. RGB value is (146,137,113). Sum of RGB (Red+Green+Blue) = 146+137+113=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928971 is #6D768E. Grayscale: #898989. Windows color (decimal): -7173775 or 7440786. OLE color: 7440786.

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

Color convert

RGB146137113-
CMYK00.060.230.43
HSL43.64º13.15%50.78%-
HSV(B)43.64º22.6%57.25%-
XYZ23.7825.1919.23-
YUV136.95114.48134.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=36.87%
G=34.60%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613711300.060.230.4343.6413.1550.78
Hex92897106172B2cd33
Octal222211161062753541563
Binary100100101000100111100010110101111010111011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928971; }

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

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

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

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

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

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

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

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