#939071

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

Shades of Gurkha #939071

Tints of Gurkha #939071

Color information

#939071 (or 0x939071) is unknown color: approx Gurkha. HEX triplet: 93, 90 and 71. RGB value is (147,144,113). Sum of RGB (Red+Green+Blue) = 147+144+113=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #939071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939071 is #6C6F8E. Grayscale: #8D8D8D. Windows color (decimal): -7106447 or 7442579. OLE color: 7442579.

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

Color convert

RGB147144113-
CMYK00.020.230.42
HSL54.71º13.6%50.98%-
HSV(B)54.71º23.13%57.65%-
XYZ24.9927.3419.58-
YUV141.36111.99132.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=36.39%
G=35.64%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714411300.020.230.4254.7113.650.98
Hex93907102172A37e33
Octal223220161022752671663
Binary10010011100100001110001010101111010101101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939071; }

 p { color: rgb(147,144,113); }

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

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

 a { background-color: rgb(147,144,113); }

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

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

 span { border-color: rgb(147,144,113); }

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