#928F6F

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

Shades of Gurkha #928F6F

Tints of Gurkha #928F6F

Color information

#928F6F (or 0x928F6F) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 6F. RGB value is (146,143,111). Sum of RGB (Red+Green+Blue) = 146+143+111=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #928F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F6F is #6D7090. Grayscale: #8C8C8C. Windows color (decimal): -7172241 or 7311250. OLE color: 7311250.

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

Color convert

RGB146143111-
CMYK00.020.240.43
HSL54.86º13.83%50.39%-
HSV(B)54.86º23.97%57.25%-
XYZ24.5526.918.94-
YUV140.25111.49132.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.5%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=36.5%
G=35.75%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614311100.020.240.4354.8613.8350.39
Hex928F6F02182B37e32
Octal222217157023053671662
Binary10010010100011111101111010110001010111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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