#94907F

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

Shades of Gurkha #94907F

Tints of Gurkha #94907F

Color information

#94907F (or 0x94907F) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 7F. RGB value is (148,144,127). Sum of RGB (Red+Green+Blue) = 148+144+127=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94907F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94907F is #6B6F80. Grayscale: #8F8F8F. Windows color (decimal): -7040897 or 8360084. OLE color: 8360084.

HSL color Cylindrical-coordinate representation of color #94907F: hue angle of 48.57º 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 #94907F is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148144127-
CMYK00.030.140.42
HSL48.57º8.94%53.92%-
HSV(B)48.57º14.19%58.04%-
XYZ26.0227.7724.07-
YUV143.26118.83131.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 127 (50% from 255) = 30.31%
R=35.32%
G=34.37%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814412700.030.140.4248.578.9453.92
Hex94907F03E2A31936
Octal224220177031652611166
Binary1001010010010000111111101111101010101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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