Html Css Color HEX #918D73 Gurkha

📋 copy color: '#918D73'

red 145 ◦ green 141 ◦ blue 115

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

Shades of Gurkha #918D73

Tints of Gurkha #918D73

RGB

 RED value IS 145 (57.03% from 255) = 36.16%

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

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

R = 36.16%
G = 35.16%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918D73 (or 0x918D73) is known color: Gurkha. HEX triplet: 91, 8D and 73. RGB value is (145,141,115). Sum of RGB (Red+Green+Blue) = 145+141+115=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D73 is #6E728C. Grayscale: #8B8B8B. Windows color (decimal): -7238285 or 7572881. OLE color: 7572881.

HSL color Cylindrical-coordinate representation of color #918D73: hue angle of 52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #918D73 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 141 115 -
CMYK 0 0.03 0.21 0.43
HSL 52º 0.12% 0.51% -
HSV(B) 52º 0.21% 0.57% -
XYZ 24.3 26.31 20.02 -
YUV 139.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 145 141 115 0 0.03 0.21 0.43 52 0.12 0.51
Hex 91 8D 73 0 3 15 2B 34 C 33
Octal 221 215 163 0 3 25 53 64 14 63
Binary 10010001 10001101 1110011 0 11 10101 101011 110100 1100 110011

Color Harmonies of #918D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D73

Black with #918D73

Text Example


Text Example

White with #918D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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