Html Css Color HEX #918C6C Gurkha

📋 copy color: '#918C6C'

red 145 ◦ green 140 ◦ blue 108

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

Shades of Gurkha #918C6C

Tints of Gurkha #918C6C

RGB

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

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

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

R = 36.9%
G = 35.62%
B = 27.48%

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

#918C6C (or 0x918C6C) is known color: Gurkha. HEX triplet: 91, 8C and 6C. RGB value is (145,140,108). Sum of RGB (Red+Green+Blue) = 145+140+108=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #918C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C6C is #6E7393. Grayscale: #898989. Windows color (decimal): -7238548 or 7113873. OLE color: 7113873.

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

Color convert

RGB 145 140 108 -
CMYK 0 0.03 0.26 0.43
HSL 51.89º 0.15% 0.5% -
HSV(B) 51.89º 0.26% 0.57% -
XYZ 23.76 25.86 17.93 -
YUV 137.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 145 140 108 0 0.03 0.26 0.43 51.89 0.15 0.5
Hex 91 8C 6C 0 3 1A 2B 34 F 32
Octal 221 214 154 0 3 32 53 64 17 62
Binary 10010001 10001100 1101100 0 11 11010 101011 110100 1111 110010

Color Harmonies of #918C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C6C

Black with #918C6C

Text Example


Text Example

White with #918C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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