Html Css Color HEX #938E75 Gurkha

📋 copy color: '#938E75'

red 147 ◦ green 142 ◦ blue 117

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

Shades of Gurkha #938E75

Tints of Gurkha #938E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 36.21%
G = 34.98%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#938E75 (or 0x938E75) is known color: Gurkha. HEX triplet: 93, 8E and 75. RGB value is (147,142,117). Sum of RGB (Red+Green+Blue) = 147+142+117=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #938E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E75 is #6C718A. Grayscale: #8C8C8C. Windows color (decimal): -7106955 or 7704211. OLE color: 7704211.

HSL color Cylindrical-coordinate representation of color #938E75: hue angle of 50º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938E75 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 142 117 -
CMYK 0 0.03 0.20 0.42
HSL 50º 0.12% 0.52% -
HSV(B) 50º 0.2% 0.58% -
XYZ 24.92 26.83 20.7 -
YUV 140.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 147 142 117 0 0.03 0.20 0.42 50 0.12 0.52
Hex 93 8E 75 0 3 14 2A 32 C 34
Octal 223 216 165 0 3 24 52 62 14 64
Binary 10010011 10001110 1110101 0 11 10100 101010 110010 1100 110100

Color Harmonies of #938E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E75

Black with #938E75

Text Example


Text Example

White with #938E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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