Html Css Color HEX #938E6B Gurkha

📋 copy color: '#938E6B'

red 147 ◦ green 142 ◦ blue 107

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

Shades of Gurkha #938E6B

Tints of Gurkha #938E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 37.12%
G = 35.86%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#938E6B (or 0x938E6B) is known color: Gurkha. HEX triplet: 93, 8E and 6B. RGB value is (147,142,107). Sum of RGB (Red+Green+Blue) = 147+142+107=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E6B is #6C7194. Grayscale: #8B8B8B. Windows color (decimal): -7106965 or 7048851. OLE color: 7048851.

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

Color convert

RGB 147 142 107 -
CMYK 0 0.03 0.27 0.42
HSL 52.5º 0.16% 0.5% -
HSV(B) 52.5º 0.27% 0.58% -
XYZ 24.36 26.61 17.76 -
YUV 139.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 147 142 107 0 0.03 0.27 0.42 52.5 0.16 0.5
Hex 93 8E 6B 0 3 1B 2A 34 10 32
Octal 223 216 153 0 3 33 52 64 20 62
Binary 10010011 10001110 1101011 0 11 11011 101010 110100 10000 110010

Color Harmonies of #938E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E6B

Black with #938E6B

Text Example


Text Example

White with #938E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,142,107); }

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

background-color css

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

 a { background-color: rgb(147,142,107); }

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

border-color css

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

 span { border-color: rgb(147,142,107); }

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