#928E7D

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

Shades of Gurkha #928E7D

Tints of Gurkha #928E7D

Color information

#928E7D (or 0x928E7D) is unknown color: approx Gurkha. HEX triplet: 92, 8E and 7D. RGB value is (146,142,125). Sum of RGB (Red+Green+Blue) = 146+142+125=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 146 - color contains mainly: red. Hex color #928E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E7D is #6D7182. Grayscale: #8D8D8D. Windows color (decimal): -7172483 or 8228498. OLE color: 8228498.

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

Color convert

RGB146142125-
CMYK00.030.140.43
HSL48.57º8.79%53.14%-
HSV(B)48.57º14.38%57.25%-
XYZ25.2326.9423.27-
YUV141.26118.83131.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 125 (49.22% from 255) = 30.27%
R=35.35%
G=34.38%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614212500.030.140.4348.578.7953.14
Hex928E7D03E2B31935
Octal222216175031653611165
Binary1001001010001110111110101111101010111100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,142,125); }

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

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

 a { background-color: rgb(146,142,125); }

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

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

 span { border-color: rgb(146,142,125); }

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