#928D69

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

Shades of Gurkha #928D69

Tints of Gurkha #928D69

Color information

#928D69 (or 0x928D69) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 69. RGB value is (146,141,105). Sum of RGB (Red+Green+Blue) = 146+141+105=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D69 is #6D7296. Grayscale: #8A8A8A. Windows color (decimal): -7172759 or 6917522. OLE color: 6917522.

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

Color convert

RGB146141105-
CMYK00.030.280.43
HSL52.68º16.33%49.22%-
HSV(B)52.68º28.08%57.25%-
XYZ23.9326.1817.16-
YUV138.39109.16133.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=37.24%
G=35.97%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614110500.030.280.4352.6816.3349.22
Hex928D69031C2B351031
Octal222215151033453652061
Binary100100101000110111010010111110010101111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,141,105); }

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

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

 a { background-color: rgb(146,141,105); }

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

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

 span { border-color: rgb(146,141,105); }

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