#908972

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

Shades of Gurkha #908972

Tints of Gurkha #908972

Color information

#908972 (or 0x908972) is unknown color: approx Gurkha. HEX triplet: 90, 89 and 72. RGB value is (144,137,114). Sum of RGB (Red+Green+Blue) = 144+137+114=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #908972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908972 is #6F768D. Grayscale: #888888. Windows color (decimal): -7304846 or 7506320. OLE color: 7506320.

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

Color convert

RGB144137114-
CMYK00.050.210.44
HSL46º11.9%50.59%-
HSV(B)46º20.83%56.47%-
XYZ23.4825.0419.51-
YUV136.47115.32133.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.46%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=36.46%
G=34.68%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413711400.050.210.444611.950.59
Hex90897205152C2ec33
Octal220211162052554561463
Binary100100001000100111100100101101011011001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908972; }

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

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

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

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

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

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

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

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