Html Css Color HEX #918D6B Gurkha

📋 copy color: '#918D6B'

red 145 ◦ green 141 ◦ blue 107

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

Shades of Gurkha #918D6B

Tints of Gurkha #918D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 36.9%
G = 35.88%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#918D6B (or 0x918D6B) is known color: Gurkha. HEX triplet: 91, 8D and 6B. RGB value is (145,141,107). Sum of RGB (Red+Green+Blue) = 145+141+107=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #918D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D6B is #6E7294. Grayscale: #8A8A8A. Windows color (decimal): -7238293 or 7048593. OLE color: 7048593.

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

Color convert

RGB 145 141 107 -
CMYK 0 0.03 0.26 0.43
HSL 53.68º 0.15% 0.49% -
HSV(B) 53.68º 0.26% 0.57% -
XYZ 23.86 26.13 17.7 -
YUV 138.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 145 141 107 0 0.03 0.26 0.43 53.68 0.15 0.49
Hex 91 8D 6B 0 3 1A 2B 36 F 31
Octal 221 215 153 0 3 32 53 66 17 61
Binary 10010001 10001101 1101011 0 11 11010 101011 110110 1111 110001

Color Harmonies of #918D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D6B

Black with #918D6B

Text Example


Text Example

White with #918D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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