Html Css Color HEX #938D73 Gurkha

📋 copy color: '#938D73'

red 147 ◦ green 141 ◦ blue 115

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

Shades of Gurkha #938D73

Tints of Gurkha #938D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 36.48%
G = 34.99%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#938D73 (or 0x938D73) is known color: Gurkha. HEX triplet: 93, 8D and 73. RGB value is (147,141,115). Sum of RGB (Red+Green+Blue) = 147+141+115=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #938D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D73 is #6C728C. Grayscale: #8B8B8B. Windows color (decimal): -7107213 or 7572883. OLE color: 7572883.

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

Color convert

RGB 147 141 115 -
CMYK 0 0.04 0.22 0.42
HSL 48.75º 0.13% 0.51% -
HSV(B) 48.75º 0.22% 0.58% -
XYZ 24.65 26.49 20.03 -
YUV 139.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 147 141 115 0 0.04 0.22 0.42 48.75 0.13 0.51
Hex 93 8D 73 0 4 16 2A 31 D 33
Octal 223 215 163 0 4 26 52 61 15 63
Binary 10010011 10001101 1110011 0 100 10110 101010 110001 1101 110011

Color Harmonies of #938D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D73

Black with #938D73

Text Example


Text Example

White with #938D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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