Html Css Color HEX #918D74 Gurkha

📋 copy color: '#918D74'

red 145 ◦ green 141 ◦ blue 116

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

Shades of Gurkha #918D74

Tints of Gurkha #918D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 36.07%
G = 35.07%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#918D74 (or 0x918D74) is known color: Gurkha. HEX triplet: 91, 8D and 74. RGB value is (145,141,116). Sum of RGB (Red+Green+Blue) = 145+141+116=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #918D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D74 is #6E728B. Grayscale: #8B8B8B. Windows color (decimal): -7238284 or 7638417. OLE color: 7638417.

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

Color convert

RGB 145 141 116 -
CMYK 0 0.03 0.2 0.43
HSL 51.72º 0.12% 0.51% -
HSV(B) 51.72º 0.2% 0.57% -
XYZ 24.35 26.33 20.32 -
YUV 139.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 145 141 116 0 0.03 0.2 0.43 51.72 0.12 0.51
Hex 91 8D 74 0 3 14 2B 34 C 33
Octal 221 215 164 0 3 24 53 64 14 63
Binary 10010001 10001101 1110100 0 11 10100 101011 110100 1100 110011

Color Harmonies of #918D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918D74

Black with #918D74

Text Example


Text Example

White with #918D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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