Html Css Color HEX #918C6F Gurkha

📋 copy color: '#918C6F'

red 145 ◦ green 140 ◦ blue 111

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

Shades of Gurkha #918C6F

Tints of Gurkha #918C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 36.62%
G = 35.35%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#918C6F (or 0x918C6F) is known color: Gurkha. HEX triplet: 91, 8C and 6F. RGB value is (145,140,111). Sum of RGB (Red+Green+Blue) = 145+140+111=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #918C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C6F is #6E7390. Grayscale: #8A8A8A. Windows color (decimal): -7238545 or 7310481. OLE color: 7310481.

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

Color convert

RGB 145 140 111 -
CMYK 0 0.03 0.23 0.43
HSL 51.18º 0.13% 0.5% -
HSV(B) 51.18º 0.23% 0.57% -
XYZ 23.92 25.92 18.78 -
YUV 138.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 145 140 111 0 0.03 0.23 0.43 51.18 0.13 0.5
Hex 91 8C 6F 0 3 17 2B 33 D 32
Octal 221 214 157 0 3 27 53 63 15 62
Binary 10010001 10001100 1101111 0 11 10111 101011 110011 1101 110010

Color Harmonies of #918C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C6F

Black with #918C6F

Text Example


Text Example

White with #918C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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