#928D7B

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

Shades of Gurkha #928D7B

Tints of Gurkha #928D7B

Color information

#928D7B (or 0x928D7B) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 7B. RGB value is (146,141,123). Sum of RGB (Red+Green+Blue) = 146+141+123=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D7B is #6D7284. Grayscale: #8C8C8C. Windows color (decimal): -7172741 or 8097170. OLE color: 8097170.

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

Color convert

RGB146141123-
CMYK00.030.160.43
HSL46.96º9.54%52.75%-
HSV(B)46.96º15.75%57.25%-
XYZ24.9526.5922.56-
YUV140.44118.16131.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 123 (48.44% from 255) = 30%
R=35.61%
G=34.39%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614112300.030.160.4346.969.5452.75
Hex928D7B03102B2fa35
Octal222215173032053571265
Binary10010010100011011111011011100001010111011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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