#908C74

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

Shades of Gurkha #908C74

Tints of Gurkha #908C74

Color information

#908C74 (or 0x908C74) is unknown color: approx Gurkha. HEX triplet: 90, 8C and 74. RGB value is (144,140,116). Sum of RGB (Red+Green+Blue) = 144+140+116=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 144 - color contains mainly: red. Hex color #908C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C74 is #6F738B. Grayscale: #8A8A8A. Windows color (decimal): -7304076 or 7638160. OLE color: 7638160.

HSL color Cylindrical-coordinate representation of color #908C74: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908C74 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144140116-
CMYK00.030.190.44
HSL51.43º11.2%50.98%-
HSV(B)51.43º19.44%56.47%-
XYZ24.0325.9520.26-
YUV138.46115.33131.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 116 (45.70% from 255) = 29%
R=36%
G=35%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414011600.030.190.4451.4311.250.98
Hex908C7403132C33b33
Octal220214164032354631363
Binary10010000100011001110100011100111011001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908C74; }

 p { color: rgb(144,140,116); }

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

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

 a { background-color: rgb(144,140,116); }

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

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

 span { border-color: rgb(144,140,116); }

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