#938C68

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

Shades of Gurkha #938C68

Tints of Gurkha #938C68

Color information

#938C68 (or 0x938C68) is unknown color: approx Gurkha. HEX triplet: 93, 8C and 68. RGB value is (147,140,104). Sum of RGB (Red+Green+Blue) = 147+140+104=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #938C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C68 is #6C7397. Grayscale: #8A8A8A. Windows color (decimal): -7107480 or 6851731. OLE color: 6851731.

HSL color Cylindrical-coordinate representation of color #938C68: hue angle of 50.23º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938C68 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB147140104-
CMYK00.050.290.42
HSL50.23º17.13%49.22%-
HSV(B)50.23º29.25%57.65%-
XYZ23.9125.9616.85-
YUV137.99108.82134.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=37.60%
G=35.81%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714010400.050.290.4250.2317.1349.22
Hex938C68051D2A321131
Octal223214150053552622161
Binary1001001110001100110100001011110110101011001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,104); }

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

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

 a { background-color: rgb(147,140,104); }

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

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

 span { border-color: rgb(147,140,104); }

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