#928D70

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

Shades of Gurkha #928D70

Tints of Gurkha #928D70

Color information

#928D70 (or 0x928D70) is unknown color: approx Gurkha. HEX triplet: 92, 8D and 70. RGB value is (146,141,112). Sum of RGB (Red+Green+Blue) = 146+141+112=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #928D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D70 is #6D728F. Grayscale: #8B8B8B. Windows color (decimal): -7172752 or 7376274. OLE color: 7376274.

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

Color convert

RGB146141112-
CMYK00.030.230.43
HSL51.18º13.49%50.59%-
HSV(B)51.18º23.29%57.25%-
XYZ24.326.3319.13-
YUV139.19112.66132.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=36.59%
G=35.34%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614111200.030.230.4351.1813.4950.59
Hex928D7003172B33d33
Octal222215160032753631563
Binary10010010100011011110000011101111010111100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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