#928D68

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

Shades of Gurkha #928D68

Tints of Gurkha #928D68

Color information

#928D68 (or 0x928D68) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 68. RGB value is (146,141,104). Sum of RGB (Red+Green+Blue) = 146+141+104=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D68 is #6D7297. Grayscale: #8A8A8A. Windows color (decimal): -7172760 or 6851986. OLE color: 6851986.

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

Color convert

RGB146141104-
CMYK00.030.290.43
HSL52.86º16.8%49.02%-
HSV(B)52.86º28.77%57.25%-
XYZ23.8826.1616.89-
YUV138.28108.66133.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=37.34%
G=36.06%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614110400.030.290.4352.8616.849.02
Hex928D68031D2B351131
Octal222215150033553652161
Binary100100101000110111010000111110110101111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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