Html Css Color HEX #938D79 Gurkha

📋 copy color: '#938D79'

red 147 ◦ green 141 ◦ blue 121

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

Shades of Gurkha #938D79

Tints of Gurkha #938D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.58%

R = 35.94%
G = 34.47%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#938D79 (or 0x938D79) is known color: Gurkha. HEX triplet: 93, 8D and 79. RGB value is (147,141,121). Sum of RGB (Red+Green+Blue) = 147+141+121=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D79 is #6C7286. Grayscale: #8C8C8C. Windows color (decimal): -7107207 or 7966099. OLE color: 7966099.

HSL color Cylindrical-coordinate representation of color #938D79: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #938D79 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 141 121 -
CMYK 0 0.04 0.18 0.42
HSL 46.15º 0.11% 0.53% -
HSV(B) 46.15º 0.18% 0.58% -
XYZ 25.01 26.63 21.91 -
YUV 140.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 147 141 121 0 0.04 0.18 0.42 46.15 0.11 0.53
Hex 93 8D 79 0 4 12 2A 2E B 35
Octal 223 215 171 0 4 22 52 56 13 65
Binary 10010011 10001101 1111001 0 100 10010 101010 101110 1011 110101

Color Harmonies of #938D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D79

Black with #938D79

Text Example


Text Example

White with #938D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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