#94917D

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

Shades of Gurkha #94917D

Tints of Gurkha #94917D

Color information

#94917D (or 0x94917D) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 7D. RGB value is (148,145,125). Sum of RGB (Red+Green+Blue) = 148+145+125=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94917D is #6B6E82. Grayscale: #8F8F8F. Windows color (decimal): -7040643 or 8229268. OLE color: 8229268.

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

Color convert

RGB148145125-
CMYK00.020.160.42
HSL52.17º9.7%53.53%-
HSV(B)52.17º15.54%58.04%-
XYZ26.0428.0323.44-
YUV143.62117.49131.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=35.41%
G=34.69%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814512500.020.160.4252.179.753.53
Hex94917D02102A34a36
Octal224221175022052641266
Binary10010100100100011111101010100001010101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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