Html Css Color HEX #938D6F Gurkha

📋 copy color: '#938D6F'

red 147 ◦ green 141 ◦ blue 111

#938D6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #938D6F

Tints of Gurkha #938D6F

RGB

 RED value IS 147 (57.81% from 255) = 36.84%

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 36.84%
G = 35.34%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#938D6F (or 0x938D6F) is known color: Gurkha. HEX triplet: 93, 8D and 6F. RGB value is (147,141,111). Sum of RGB (Red+Green+Blue) = 147+141+111=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #938D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D6F is #6C7290. Grayscale: #8B8B8B. Windows color (decimal): -7107217 or 7310739. OLE color: 7310739.

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

Color convert

RGB 147 141 111 -
CMYK 0 0.04 0.24 0.42
HSL 50º 0.14% 0.51% -
HSV(B) 50º 0.24% 0.58% -
XYZ 24.43 26.4 18.85 -
YUV 139.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 147 141 111 0 0.04 0.24 0.42 50 0.14 0.51
Hex 93 8D 6F 0 4 18 2A 32 E 33
Octal 223 215 157 0 4 30 52 62 16 63
Binary 10010011 10001101 1101111 0 100 11000 101010 110010 1110 110011

Color Harmonies of #938D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D6F

Black with #938D6F

Text Example


Text Example

White with #938D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,141,111); }

 H1.HeaderClassName
 {
   color: #938D6F;
 }
 .AnyTagClassName
 {
   color: #938D6F;
 }
</style>

background-color css

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

 a { background-color: rgb(147,141,111); }

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

border-color css

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

 span { border-color: rgb(147,141,111); }

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