Html Css Color HEX #918D6D Gurkha

📋 copy color: '#918D6D'

red 145 ◦ green 141 ◦ blue 109

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

Shades of Gurkha #918D6D

Tints of Gurkha #918D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 36.71%
G = 35.7%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#918D6D (or 0x918D6D) is known color: Gurkha. HEX triplet: 91, 8D and 6D. RGB value is (145,141,109). Sum of RGB (Red+Green+Blue) = 145+141+109=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D6D is #6E7292. Grayscale: #8A8A8A. Windows color (decimal): -7238291 or 7179665. OLE color: 7179665.

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

Color convert

RGB 145 141 109 -
CMYK 0 0.03 0.25 0.43
HSL 53.33º 0.14% 0.5% -
HSV(B) 53.33º 0.25% 0.57% -
XYZ 23.96 26.17 18.26 -
YUV 138.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 145 141 109 0 0.03 0.25 0.43 53.33 0.14 0.5
Hex 91 8D 6D 0 3 19 2B 35 E 32
Octal 221 215 155 0 3 31 53 65 16 62
Binary 10010001 10001101 1101101 0 11 11001 101011 110101 1110 110010

Color Harmonies of #918D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D6D

Black with #918D6D

Text Example


Text Example

White with #918D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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