Html Css Color HEX #918D6A Gurkha

📋 copy color: '#918D6A'

red 145 ◦ green 141 ◦ blue 106

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

Shades of Gurkha #918D6A

Tints of Gurkha #918D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.04%

R = 36.99%
G = 35.97%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#918D6A (or 0x918D6A) is known color: Gurkha. HEX triplet: 91, 8D and 6A. RGB value is (145,141,106). Sum of RGB (Red+Green+Blue) = 145+141+106=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 145 - color contains mainly: red. Hex color #918D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D6A is #6E7295. Grayscale: #8A8A8A. Windows color (decimal): -7238294 or 6983057. OLE color: 6983057.

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

Color convert

RGB 145 141 106 -
CMYK 0 0.03 0.27 0.43
HSL 53.85º 0.16% 0.49% -
HSV(B) 53.85º 0.27% 0.57% -
XYZ 23.8 26.11 17.42 -
YUV 138.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 145 141 106 0 0.03 0.27 0.43 53.85 0.16 0.49
Hex 91 8D 6A 0 3 1B 2B 36 10 31
Octal 221 215 152 0 3 33 53 66 20 61
Binary 10010001 10001101 1101010 0 11 11011 101011 110110 10000 110001

Color Harmonies of #918D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D6A

Black with #918D6A

Text Example


Text Example

White with #918D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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