#928F6C

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

Shades of Gurkha #928F6C

Tints of Gurkha #928F6C

Color information

#928F6C (or 0x928F6C) is unknown color: approx Gurkha. HEX triplet: 92, 8F and 6C. RGB value is (146,143,108). Sum of RGB (Red+Green+Blue) = 146+143+108=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 146 - color contains mainly: red. Hex color #928F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928F6C is #6D7093. Grayscale: #8C8C8C. Windows color (decimal): -7172244 or 7114642. OLE color: 7114642.

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

Color convert

RGB146143108-
CMYK00.020.260.43
HSL55.26º14.96%49.8%-
HSV(B)55.26º26.03%57.25%-
XYZ24.3826.8418.08-
YUV139.91109.99132.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=36.78%
G=36.02%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614310800.020.260.4355.2614.9649.8
Hex928F6C021A2B37f32
Octal222217154023253671762
Binary10010010100011111101100010110101010111101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,143,108); }

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

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

 a { background-color: rgb(146,143,108); }

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

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

 span { border-color: rgb(146,143,108); }

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