Html Css Color HEX #938E70 Gurkha

📋 copy color: '#938E70'

red 147 ◦ green 142 ◦ blue 112

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

Shades of Gurkha #938E70

Tints of Gurkha #938E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 36.66%
G = 35.41%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#938E70 (or 0x938E70) is known color: Gurkha. HEX triplet: 93, 8E and 70. RGB value is (147,142,112). Sum of RGB (Red+Green+Blue) = 147+142+112=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #938E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E70 is #6C718F. Grayscale: #8C8C8C. Windows color (decimal): -7106960 or 7376531. OLE color: 7376531.

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

Color convert

RGB 147 142 112 -
CMYK 0 0.03 0.24 0.42
HSL 51.43º 0.14% 0.51% -
HSV(B) 51.43º 0.24% 0.58% -
XYZ 24.63 26.72 19.19 -
YUV 140.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 147 142 112 0 0.03 0.24 0.42 51.43 0.14 0.51
Hex 93 8E 70 0 3 18 2A 33 E 33
Octal 223 216 160 0 3 30 52 63 16 63
Binary 10010011 10001110 1110000 0 11 11000 101010 110011 1110 110011

Color Harmonies of #938E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E70

Black with #938E70

Text Example


Text Example

White with #938E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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