#928A70

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

Shades of Gurkha #928A70

Tints of Gurkha #928A70

Color information

#928A70 (or 0x928A70) is unknown color: approx Gurkha. HEX triplet: 92, 8A and 70. RGB value is (146,138,112). Sum of RGB (Red+Green+Blue) = 146+138+112=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A70 is #6D758F. Grayscale: #898989. Windows color (decimal): -7173520 or 7375506. OLE color: 7375506.

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

Color convert

RGB146138112-
CMYK00.050.230.43
HSL45.88º13.49%50.59%-
HSV(B)45.88º23.29%57.25%-
XYZ23.8725.4618.99-
YUV137.43113.65134.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=36.87%
G=34.85%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613811200.050.230.4345.8813.4950.59
Hex928A7005172B2ed33
Octal222212160052753561563
Binary100100101000101011100000101101111010111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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