#94917F

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

Shades of Gurkha #94917F

Tints of Gurkha #94917F

Color information

#94917F (or 0x94917F) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 7F. RGB value is (148,145,127). Sum of RGB (Red+Green+Blue) = 148+145+127=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #94917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94917F is #6B6E80. Grayscale: #8F8F8F. Windows color (decimal): -7040641 or 8360340. OLE color: 8360340.

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

Color convert

RGB148145127-
CMYK00.020.140.42
HSL51.43º8.94%53.92%-
HSV(B)51.43º14.19%58.04%-
XYZ26.1728.0824.12-
YUV143.84118.49130.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 127 (50% from 255) = 30.24%
R=35.24%
G=34.52%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814512700.020.140.4251.438.9453.92
Hex94917F02E2A33936
Octal224221177021652631166
Binary1001010010010001111111101011101010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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