Html Css Color HEX #938D76 Gurkha

📋 copy color: '#938D76'

red 147 ◦ green 141 ◦ blue 118

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

Shades of Gurkha #938D76

Tints of Gurkha #938D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 36.21%
G = 34.73%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#938D76 (or 0x938D76) is known color: Gurkha. HEX triplet: 93, 8D and 76. RGB value is (147,141,118). Sum of RGB (Red+Green+Blue) = 147+141+118=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #938D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D76 is #6C7289. Grayscale: #8C8C8C. Windows color (decimal): -7107210 or 7769491. OLE color: 7769491.

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

Color convert

RGB 147 141 118 -
CMYK 0 0.04 0.20 0.42
HSL 47.59º 0.12% 0.52% -
HSV(B) 47.59º 0.2% 0.58% -
XYZ 24.83 26.56 20.96 -
YUV 140.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 147 141 118 0 0.04 0.20 0.42 47.59 0.12 0.52
Hex 93 8D 76 0 4 14 2A 30 C 34
Octal 223 215 166 0 4 24 52 60 14 64
Binary 10010011 10001101 1110110 0 100 10100 101010 110000 1100 110100

Color Harmonies of #938D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D76

Black with #938D76

Text Example


Text Example

White with #938D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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