#938F6A

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

Shades of Gurkha #938F6A

Tints of Gurkha #938F6A

Color information

#938F6A (or 0x938F6A) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 6A. RGB value is (147,143,106). Sum of RGB (Red+Green+Blue) = 147+143+106=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F6A is #6C7095. Grayscale: #8C8C8C. Windows color (decimal): -7106710 or 6983571. OLE color: 6983571.

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

Color convert

RGB147143106-
CMYK00.030.280.42
HSL54.15º16.21%49.61%-
HSV(B)54.15º27.89%57.65%-
XYZ24.4626.8917.54-
YUV139.98108.83133.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 143 (56.25% from 255) = 36.11%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=37.12%
G=36.11%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714310600.030.280.4254.1516.2149.61
Hex938F6A031C2A361032
Octal223217152033452662062
Binary100100111000111111010100111110010101011011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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