#938D70

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

Shades of Gurkha #938D70

Tints of Gurkha #938D70

Color information

#938D70 (or 0x938D70) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 70. RGB value is (147,141,112). Sum of RGB (Red+Green+Blue) = 147+141+112=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #938D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D70 is #6C728F. Grayscale: #8B8B8B. Windows color (decimal): -7107216 or 7376275. OLE color: 7376275.

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

Color convert

RGB147141112-
CMYK00.040.240.42
HSL49.71º13.94%50.78%-
HSV(B)49.71º23.81%57.65%-
XYZ24.4826.4219.14-
YUV139.49112.49133.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 112 (44.14% from 255) = 28%
R=36.75%
G=35.25%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714111200.040.240.4249.7113.9450.78
Hex938D7004182A32e33
Octal223215160043052621663
Binary100100111000110111100000100110001010101100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938D70; }

 p { color: rgb(147,141,112); }

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

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

 a { background-color: rgb(147,141,112); }

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

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

 span { border-color: rgb(147,141,112); }

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