#938F67

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

Shades of Gurkha #938F67

Tints of Gurkha #938F67

Color information

#938F67 (or 0x938F67) is unknown color: approx Gurkha. HEX triplet: 93, 8F and 67. RGB value is (147,143,103). Sum of RGB (Red+Green+Blue) = 147+143+103=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F67 is #6C7098. Grayscale: #8B8B8B. Windows color (decimal): -7106713 or 6786963. OLE color: 6786963.

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

Color convert

RGB147143103-
CMYK00.030.300.42
HSL54.55º17.6%49.02%-
HSV(B)54.55º29.93%57.65%-
XYZ24.326.8316.73-
YUV139.64107.33133.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=37.40%
G=36.39%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714310300.030.300.4254.5517.649.02
Hex938F67031E2A371231
Octal223217147033652672261
Binary100100111000111111001110111111010101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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