#928B6E

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

Shades of Gurkha #928B6E

Tints of Gurkha #928B6E

Color information

#928B6E (or 0x928B6E) is unknown color: approx Gurkha. HEX triplet: 92, 8B and 6E. RGB value is (146,139,110). Sum of RGB (Red+Green+Blue) = 146+139+110=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #928B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B6E is #6D7491. Grayscale: #898989. Windows color (decimal): -7173266 or 7244690. OLE color: 7244690.

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

Color convert

RGB146139110-
CMYK00.050.250.43
HSL48.33º14.17%50.2%-
HSV(B)48.33º24.66%57.25%-
XYZ23.925.718.45-
YUV137.79112.32133.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=36.96%
G=35.19%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613911000.050.250.4348.3314.1750.2
Hex928B6E05192B30e32
Octal222213156053153601662
Binary100100101000101111011100101110011010111100001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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