#928F6E

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

Shades of Gurkha #928F6E

Tints of Gurkha #928F6E

Color information

#928F6E (or 0x928F6E) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 6E. RGB value is (146,143,110). Sum of RGB (Red+Green+Blue) = 146+143+110=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #928F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F6E is #6D7091. Grayscale: #8C8C8C. Windows color (decimal): -7172242 or 7245714. OLE color: 7245714.

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

Color convert

RGB146143110-
CMYK00.020.250.43
HSL55º14.17%50.2%-
HSV(B)55º24.66%57.25%-
XYZ24.4926.8818.65-
YUV140.14110.99132.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 110 (43.36% from 255) = 27.57%
R=36.59%
G=35.84%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614311000.020.250.435514.1750.2
Hex928F6E02192B37e32
Octal222217156023153671662
Binary10010010100011111101110010110011010111101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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