#928D75

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

Shades of Gurkha #928D75

Tints of Gurkha #928D75

Color information

#928D75 (or 0x928D75) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 75. RGB value is (146,141,117). Sum of RGB (Red+Green+Blue) = 146+141+117=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #928D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D75 is #6D728A. Grayscale: #8B8B8B. Windows color (decimal): -7172747 or 7703954. OLE color: 7703954.

HSL color Cylindrical-coordinate representation of color #928D75: hue angle of 49.66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928D75 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB146141117-
CMYK00.030.200.43
HSL49.66º11.74%51.57%-
HSV(B)49.66º19.86%57.25%-
XYZ24.5926.4520.64-
YUV139.76115.16132.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=36.14%
G=34.90%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614111700.030.200.4349.6611.7451.57
Hex928D7503142B32c34
Octal222215165032453621464
Binary10010010100011011110101011101001010111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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