Html Css Color HEX #918D71 Gurkha

📋 copy color: '#918D71'

red 145 ◦ green 141 ◦ blue 113

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

Shades of Gurkha #918D71

Tints of Gurkha #918D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 36.34%
G = 35.34%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#918D71 (or 0x918D71) is known color: Gurkha. HEX triplet: 91, 8D and 71. RGB value is (145,141,113). Sum of RGB (Red+Green+Blue) = 145+141+113=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 145 - color contains mainly: red. Hex color #918D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D71 is #6E728E. Grayscale: #8B8B8B. Windows color (decimal): -7238287 or 7441809. OLE color: 7441809.

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

Color convert

RGB 145 141 113 -
CMYK 0 0.03 0.22 0.43
HSL 52.5º 0.13% 0.51% -
HSV(B) 52.5º 0.22% 0.57% -
XYZ 24.18 26.26 19.42 -
YUV 139 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 145 141 113 0 0.03 0.22 0.43 52.5 0.13 0.51
Hex 91 8D 71 0 3 16 2B 34 D 33
Octal 221 215 161 0 3 26 53 64 15 63
Binary 10010001 10001101 1110001 0 11 10110 101011 110100 1101 110011

Color Harmonies of #918D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D71

Black with #918D71

Text Example


Text Example

White with #918D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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