#928B68

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

Shades of Gurkha #928B68

Tints of Gurkha #928B68

Color information

#928B68 (or 0x928B68) is unknown color: approx Gurkha. HEX triplet: 92, 8B and 68. RGB value is (146,139,104). Sum of RGB (Red+Green+Blue) = 146+139+104=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #928B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B68 is #6D7497. Grayscale: #898989. Windows color (decimal): -7173272 or 6851474. OLE color: 6851474.

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

Color convert

RGB146139104-
CMYK00.050.290.43
HSL50º16.8%49.02%-
HSV(B)50º28.77%57.25%-
XYZ23.5925.5816.79-
YUV137.1109.32134.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=37.53%
G=35.73%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613910400.050.290.435016.849.02
Hex928B68051D2B321131
Octal222213150053553622161
Binary1001001010001011110100001011110110101111001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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