#928D6E

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

Shades of Gurkha #928D6E

Tints of Gurkha #928D6E

Color information

#928D6E (or 0x928D6E) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 6E. RGB value is (146,141,110). Sum of RGB (Red+Green+Blue) = 146+141+110=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D6E is #6D7291. Grayscale: #8B8B8B. Windows color (decimal): -7172754 or 7245202. OLE color: 7245202.

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

Color convert

RGB146141110-
CMYK00.030.250.43
HSL51.67º14.17%50.2%-
HSV(B)51.67º24.66%57.25%-
XYZ24.1926.2918.55-
YUV138.96111.66133.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=36.78%
G=35.52%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614111000.030.250.4351.6714.1750.2
Hex928D6E03192B34e32
Octal222215156033153641662
Binary10010010100011011101110011110011010111101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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