#908970

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

Shades of Gurkha #908970

Tints of Gurkha #908970

Color information

#908970 (or 0x908970) is unknown color: approx Gurkha. HEX triplet: 90, 89 and 70. RGB value is (144,137,112). Sum of RGB (Red+Green+Blue) = 144+137+112=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 144 - color contains mainly: red. Hex color #908970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908970 is #6F768F. Grayscale: #888888. Windows color (decimal): -7304848 or 7375248. OLE color: 7375248.

HSL color Cylindrical-coordinate representation of color #908970: hue angle of 46.88º degrees, saturation: 0.13, 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 #908970 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144137112-
CMYK00.050.220.44
HSL46.88º12.6%50.2%-
HSV(B)46.88º22.22%56.47%-
XYZ23.3724.9918.92-
YUV136.24114.32133.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.64%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=36.64%
G=34.86%
B=28.50%

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
Decimal14413711200.050.220.4446.8812.650.2
Hex90897005162C2fd32
Octal220211160052654571562
Binary100100001000100111100000101101101011001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908970; }

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

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

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

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

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

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

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

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