Html Css Color HEX #918A6D Gurkha

📋 copy color: '#918A6D'

red 145 ◦ green 138 ◦ blue 109

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

Shades of Gurkha #918A6D

Tints of Gurkha #918A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

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

R = 36.99%
G = 35.2%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#918A6D (or 0x918A6D) is known color: Gurkha. HEX triplet: 91, 8A and 6D. RGB value is (145,138,109). Sum of RGB (Red+Green+Blue) = 145+138+109=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A6D is #6E7592. Grayscale: #888888. Windows color (decimal): -7239059 or 7178897. OLE color: 7178897.

HSL color Cylindrical-coordinate representation of color #918A6D: hue angle of 48.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 #918A6D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 138 109 -
CMYK 0 0.05 0.25 0.43
HSL 48.33º 0.14% 0.5% -
HSV(B) 48.33º 0.25% 0.57% -
XYZ 23.53 25.3 18.11 -
YUV 136.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 145 138 109 0 0.05 0.25 0.43 48.33 0.14 0.5
Hex 91 8A 6D 0 5 19 2B 30 E 32
Octal 221 212 155 0 5 31 53 60 16 62
Binary 10010001 10001010 1101101 0 101 11001 101011 110000 1110 110010

Color Harmonies of #918A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A6D

Black with #918A6D

Text Example


Text Example

White with #918A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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