#928B6D

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

Shades of Gurkha #928B6D

Tints of Gurkha #928B6D

Color information

#928B6D (or 0x928B6D) is unknown color: approx Gurkha. HEX triplet: 92, 8B and 6D. RGB value is (146,139,109). Sum of RGB (Red+Green+Blue) = 146+139+109=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #928B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B6D is #6D7492. Grayscale: #898989. Windows color (decimal): -7173267 or 7179154. OLE color: 7179154.

HSL color Cylindrical-coordinate representation of color #928B6D: hue angle of 48.65º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #928B6D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146139109-
CMYK00.050.250.43
HSL48.65º14.51%50%-
HSV(B)48.65º25.34%57.25%-
XYZ23.8525.6818.17-
YUV137.67111.82133.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=37.06%
G=35.28%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613910900.050.250.4348.6514.5150
Hex928B6D05192B31f32
Octal222213155053153611762
Binary100100101000101111011010101110011010111100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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