#928E72

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

Shades of Gurkha #928E72

Tints of Gurkha #928E72

Color information

#928E72 (or 0x928E72) is unknown color: approx Gurkha. HEX triplet: 92, 8E and 72. RGB value is (146,142,114). Sum of RGB (Red+Green+Blue) = 146+142+114=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #928E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E72 is #6D718D. Grayscale: #8C8C8C. Windows color (decimal): -7172494 or 7507602. OLE color: 7507602.

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

Color convert

RGB146142114-
CMYK00.030.220.43
HSL52.5º12.8%50.98%-
HSV(B)52.5º21.92%57.25%-
XYZ24.5626.6719.77-
YUV140113.33132.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=36.32%
G=35.32%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614211400.030.220.4352.512.850.98
Hex928E7203162B35d33
Octal222216162032653651563
Binary10010010100011101110010011101101010111101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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