Html Css Color HEX #918C73 Gurkha

📋 copy color: '#918C73'

red 145 ◦ green 140 ◦ blue 115

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

Shades of Gurkha #918C73

Tints of Gurkha #918C73

RGB

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

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

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

R = 36.25%
G = 35%
B = 28.75%

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

#918C73 (or 0x918C73) is known color: Gurkha. HEX triplet: 91, 8C and 73. RGB value is (145,140,115). Sum of RGB (Red+Green+Blue) = 145+140+115=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C73 is #6E738C. Grayscale: #8A8A8A. Windows color (decimal): -7238541 or 7572625. OLE color: 7572625.

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

Color convert

RGB 145 140 115 -
CMYK 0 0.03 0.21 0.43
HSL 50º 0.12% 0.51% -
HSV(B) 50º 0.21% 0.57% -
XYZ 24.15 26.01 19.97 -
YUV 138.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 145 140 115 0 0.03 0.21 0.43 50 0.12 0.51
Hex 91 8C 73 0 3 15 2B 32 C 33
Octal 221 214 163 0 3 25 53 62 14 63
Binary 10010001 10001100 1110011 0 11 10101 101011 110010 1100 110011

Color Harmonies of #918C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C73

Black with #918C73

Text Example


Text Example

White with #918C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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