#928A6C

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

Shades of Gurkha #928A6C

Tints of Gurkha #928A6C

Color information

#928A6C (or 0x928A6C) is unknown color: approx Gurkha. HEX triplet: 92, 8A and 6C. RGB value is (146,138,108). Sum of RGB (Red+Green+Blue) = 146+138+108=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A6C is #6D7593. Grayscale: #898989. Windows color (decimal): -7173524 or 7113362. OLE color: 7113362.

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

Color convert

RGB146138108-
CMYK00.050.260.43
HSL47.37º14.96%49.8%-
HSV(B)47.37º26.03%57.25%-
XYZ23.6525.3717.84-
YUV136.97111.65134.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 138 (54.30% from 255) = 35.20%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=37.24%
G=35.20%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613810800.050.260.4347.3714.9649.8
Hex928A6C051A2B2ff32
Octal222212154053253571762
Binary100100101000101011011000101110101010111011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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