#938F79

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

Shades of Gurkha #938F79

Tints of Gurkha #938F79

Color information

#938F79 (or 0x938F79) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 79. RGB value is (147,143,121). Sum of RGB (Red+Green+Blue) = 147+143+121=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #938F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F79 is #6C7086. Grayscale: #8D8D8D. Windows color (decimal): -7106695 or 7966611. OLE color: 7966611.

HSL color Cylindrical-coordinate representation of color #938F79: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #938F79 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147143121-
CMYK00.030.180.42
HSL50.77º10.74%52.55%-
HSV(B)50.77º17.69%57.65%-
XYZ25.3127.2322.01-
YUV141.69116.33131.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.77%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 121 (47.66% from 255) = 29.44%
R=35.77%
G=34.79%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714312100.030.180.4250.7710.7452.55
Hex938F7903122A33b35
Octal223217171032252631365
Binary10010011100011111111001011100101010101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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