#928E67

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

Shades of Gurkha #928E67

Tints of Gurkha #928E67

Color information

#928E67 (or 0x928E67) is unknown color: approx Gurkha. HEX triplet: 92, 8E and 67. RGB value is (146,142,103). Sum of RGB (Red+Green+Blue) = 146+142+103=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E67 is #6D7198. Grayscale: #8A8A8A. Windows color (decimal): -7172505 or 6786706. OLE color: 6786706.

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

Color convert

RGB146142103-
CMYK00.030.290.43
HSL54.42º17.27%48.82%-
HSV(B)54.42º29.45%57.25%-
XYZ23.9826.4416.67-
YUV138.75107.83133.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=37.34%
G=36.32%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614210300.030.290.4354.4217.2748.82
Hex928E67031D2B361131
Octal222216147033553662161
Binary100100101000111011001110111110110101111011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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