#928B75

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

Shades of Gurkha #928B75

Tints of Gurkha #928B75

Color information

#928B75 (or 0x928B75) is unknown color: approx Gurkha. HEX triplet: 92, 8B and 75. RGB value is (146,139,117). Sum of RGB (Red+Green+Blue) = 146+139+117=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #928B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B75 is #6D748A. Grayscale: #8A8A8A. Windows color (decimal): -7173259 or 7703442. OLE color: 7703442.

HSL color Cylindrical-coordinate representation of color #928B75: hue angle of 45.52º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928B75 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB146139117-
CMYK00.050.200.43
HSL45.52º11.74%51.57%-
HSV(B)45.52º19.86%57.25%-
XYZ24.325.8620.54-
YUV138.58115.82133.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 139 (54.69% from 255) = 34.58%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=36.32%
G=34.58%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613911700.050.200.4345.5211.7451.57
Hex928B7505142B2ec34
Octal222213165052453561464
Binary100100101000101111101010101101001010111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,139,117); }

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

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

 a { background-color: rgb(146,139,117); }

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

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

 span { border-color: rgb(146,139,117); }

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