Html Css Color HEX #918C71 Gurkha

📋 copy color: '#918C71'

red 145 ◦ green 140 ◦ blue 113

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

Shades of Gurkha #918C71

Tints of Gurkha #918C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 36.43%
G = 35.18%
B = 28.39%

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

#918C71 (or 0x918C71) is known color: Gurkha. HEX triplet: 91, 8C and 71. RGB value is (145,140,113). Sum of RGB (Red+Green+Blue) = 145+140+113=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 145 - color contains mainly: red. Hex color #918C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C71 is #6E738E. Grayscale: #8A8A8A. Windows color (decimal): -7238543 or 7441553. OLE color: 7441553.

HSL color Cylindrical-coordinate representation of color #918C71: hue angle of 50.62º 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 #918C71 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 140 113 -
CMYK 0 0.03 0.22 0.43
HSL 50.63º 0.13% 0.51% -
HSV(B) 50.63º 0.22% 0.57% -
XYZ 24.04 25.97 19.37 -
YUV 138.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 145 140 113 0 0.03 0.22 0.43 50.63 0.13 0.51
Hex 91 8C 71 0 3 16 2B 33 D 33
Octal 221 214 161 0 3 26 53 63 15 63
Binary 10010001 10001100 1110001 0 11 10110 101011 110011 1101 110011

Color Harmonies of #918C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C71

Black with #918C71

Text Example


Text Example

White with #918C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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