#94917E

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

Shades of Gurkha #94917E

Tints of Gurkha #94917E

Color information

#94917E (or 0x94917E) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 7E. RGB value is (148,145,126). Sum of RGB (Red+Green+Blue) = 148+145+126=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94917E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94917E is #6B6E81. Grayscale: #8F8F8F. Windows color (decimal): -7040642 or 8294804. OLE color: 8294804.

HSL color Cylindrical-coordinate representation of color #94917E: hue angle of 51.82º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94917E is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB148145126-
CMYK00.020.150.42
HSL51.82º9.32%53.73%-
HSV(B)51.82º14.86%58.04%-
XYZ26.128.0523.78-
YUV143.73117.99131.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=35.32%
G=34.61%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814512600.020.150.4251.829.3253.73
Hex94917E02F2A34936
Octal224221176021752641166
Binary1001010010010001111111001011111010101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94917E; }

 p { color: rgb(148,145,126); }

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

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

 a { background-color: rgb(148,145,126); }

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

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

 span { border-color: rgb(148,145,126); }

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