#928D67

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

Shades of Gurkha #928D67

Tints of Gurkha #928D67

Color information

#928D67 (or 0x928D67) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 67. RGB value is (146,141,103). Sum of RGB (Red+Green+Blue) = 146+141+103=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #928D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D67 is #6D7298. Grayscale: #8A8A8A. Windows color (decimal): -7172761 or 6786450. OLE color: 6786450.

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

Color convert

RGB146141103-
CMYK00.030.290.43
HSL53.02º17.27%48.82%-
HSV(B)53.02º29.45%57.25%-
XYZ23.8326.1416.62-
YUV138.16108.16133.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=37.44%
G=36.15%
B=26.41%

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
Decimal14614110300.030.290.4353.0217.2748.82
Hex928D67031D2B351131
Octal222215147033553652161
Binary100100101000110111001110111110110101111010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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