#938F70

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

Shades of Gurkha #938F70

Tints of Gurkha #938F70

Color information

#938F70 (or 0x938F70) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 70. RGB value is (147,143,112). Sum of RGB (Red+Green+Blue) = 147+143+112=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #938F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F70 is #6C708F. Grayscale: #8C8C8C. Windows color (decimal): -7106704 or 7376787. OLE color: 7376787.

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

Color convert

RGB147143112-
CMYK00.030.240.42
HSL53.14º13.94%50.78%-
HSV(B)53.14º23.81%57.65%-
XYZ24.7827.0219.24-
YUV140.66111.83132.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=36.57%
G=35.57%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714311200.030.240.4253.1413.9450.78
Hex938F7003182A35e33
Octal223217160033052651663
Binary10010011100011111110000011110001010101101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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