#928D6F

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

Shades of Gurkha #928D6F

Tints of Gurkha #928D6F

Color information

#928D6F (or 0x928D6F) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 6F. RGB value is (146,141,111). Sum of RGB (Red+Green+Blue) = 146+141+111=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #928D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D6F is #6D7290. Grayscale: #8B8B8B. Windows color (decimal): -7172753 or 7310738. OLE color: 7310738.

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

Color convert

RGB146141111-
CMYK00.030.240.43
HSL51.43º13.83%50.39%-
HSV(B)51.43º23.97%57.25%-
XYZ24.2526.3118.84-
YUV139.07112.16132.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=36.68%
G=35.43%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614111100.030.240.4351.4313.8350.39
Hex928D6F03182B33e32
Octal222215157033053631662
Binary10010010100011011101111011110001010111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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