Html Css Color HEX #918A6C Gurkha

📋 copy color: '#918A6C'

red 145 ◦ green 138 ◦ blue 108

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

Shades of Gurkha #918A6C

Tints of Gurkha #918A6C

RGB

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

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

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

R = 37.08%
G = 35.29%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#918A6C (or 0x918A6C) is known color: Gurkha. HEX triplet: 91, 8A and 6C. RGB value is (145,138,108). Sum of RGB (Red+Green+Blue) = 145+138+108=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #918A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A6C is #6E7593. Grayscale: #888888. Windows color (decimal): -7239060 or 7113361. OLE color: 7113361.

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

Color convert

RGB 145 138 108 -
CMYK 0 0.05 0.26 0.43
HSL 48.65º 0.15% 0.5% -
HSV(B) 48.65º 0.26% 0.57% -
XYZ 23.47 25.28 17.83 -
YUV 136.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 145 138 108 0 0.05 0.26 0.43 48.65 0.15 0.5
Hex 91 8A 6C 0 5 1A 2B 31 F 32
Octal 221 212 154 0 5 32 53 61 17 62
Binary 10010001 10001010 1101100 0 101 11010 101011 110001 1111 110010

Color Harmonies of #918A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A6C

Black with #918A6C

Text Example


Text Example

White with #918A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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