Html Css Color HEX #918E6C Gurkha

📋 copy color: '#918E6C'

red 145 ◦ green 142 ◦ blue 108

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

Shades of Gurkha #918E6C

Tints of Gurkha #918E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 36.71%
G = 35.95%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#918E6C (or 0x918E6C) is known color: Gurkha. HEX triplet: 91, 8E and 6C. RGB value is (145,142,108). Sum of RGB (Red+Green+Blue) = 145+142+108=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 145 - color contains mainly: red. Hex color #918E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E6C is #6E7193. Grayscale: #8B8B8B. Windows color (decimal): -7238036 or 7114385. OLE color: 7114385.

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

Color convert

RGB 145 142 108 -
CMYK 0 0.02 0.26 0.43
HSL 55.14º 0.15% 0.5% -
HSV(B) 55.14º 0.26% 0.57% -
XYZ 24.06 26.45 18.02 -
YUV 139.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 145 142 108 0 0.02 0.26 0.43 55.14 0.15 0.5
Hex 91 8E 6C 0 2 1A 2B 37 F 32
Octal 221 216 154 0 2 32 53 67 17 62
Binary 10010001 10001110 1101100 0 10 11010 101011 110111 1111 110010

Color Harmonies of #918E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E6C

Black with #918E6C

Text Example


Text Example

White with #918E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,142,108); }

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

background-color css

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

 a { background-color: rgb(145,142,108); }

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

border-color css

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

 span { border-color: rgb(145,142,108); }

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