#918972

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

Shades of Gurkha #918972

Tints of Gurkha #918972

Color information

#918972 (or 0x918972) is unknown color: approx Gurkha. HEX triplet: 91, 89 and 72. RGB value is (145,137,114). Sum of RGB (Red+Green+Blue) = 145+137+114=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918972 is #6E768D. Grayscale: #888888. Windows color (decimal): -7239310 or 7506321. OLE color: 7506321.

HSL color Cylindrical-coordinate representation of color #918972: hue angle of 44.52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918972 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145137114-
CMYK00.060.210.43
HSL44.52º12.35%50.78%-
HSV(B)44.52º21.38%56.86%-
XYZ23.6625.1319.52-
YUV136.77115.15133.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=36.62%
G=34.60%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513711400.060.210.4344.5212.3550.78
Hex91897206152B2dc33
Octal221211162062553551463
Binary100100011000100111100100110101011010111011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918972; }

 p { color: rgb(145,137,114); }

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

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

 a { background-color: rgb(145,137,114); }

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

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

 span { border-color: rgb(145,137,114); }

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