Html Css Color HEX #938C6F Gurkha

📋 copy color: '#938C6F'

red 147 ◦ green 140 ◦ blue 111

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

Shades of Gurkha #938C6F

Tints of Gurkha #938C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 36.93%
G = 35.18%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#938C6F (or 0x938C6F) is known color: Gurkha. HEX triplet: 93, 8C and 6F. RGB value is (147,140,111). Sum of RGB (Red+Green+Blue) = 147+140+111=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #938C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C6F is #6C7390. Grayscale: #8A8A8A. Windows color (decimal): -7107473 or 7310483. OLE color: 7310483.

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

Color convert

RGB 147 140 111 -
CMYK 0 0.05 0.24 0.42
HSL 48.33º 0.14% 0.51% -
HSV(B) 48.33º 0.24% 0.58% -
XYZ 24.28 26.11 18.8 -
YUV 138.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 147 140 111 0 0.05 0.24 0.42 48.33 0.14 0.51
Hex 93 8C 6F 0 5 18 2A 30 E 33
Octal 223 214 157 0 5 30 52 60 16 63
Binary 10010011 10001100 1101111 0 101 11000 101010 110000 1110 110011

Color Harmonies of #938C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C6F

Black with #938C6F

Text Example


Text Example

White with #938C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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