#908971

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

Shades of Gurkha #908971

Tints of Gurkha #908971

Color information

#908971 (or 0x908971) is unknown color: approx Gurkha. HEX triplet: 90, 89 and 71. RGB value is (144,137,113). Sum of RGB (Red+Green+Blue) = 144+137+113=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #908971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908971 is #6F768E. Grayscale: #888888. Windows color (decimal): -7304847 or 7440784. OLE color: 7440784.

HSL color Cylindrical-coordinate representation of color #908971: hue angle of 46.45º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #908971 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144137113-
CMYK00.050.220.44
HSL46.45º12.25%50.39%-
HSV(B)46.45º21.53%56.47%-
XYZ23.4325.0119.22-
YUV136.36114.82133.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=36.55%
G=34.77%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413711300.050.220.4446.4512.2550.39
Hex90897105162C2ec32
Octal220211161052654561462
Binary100100001000100111100010101101101011001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908971; }

 p { color: rgb(144,137,113); }

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

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

 a { background-color: rgb(144,137,113); }

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

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

 span { border-color: rgb(144,137,113); }

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