Html Css Color HEX #918E72 Gurkha

📋 copy color: '#918E72'

red 145 ◦ green 142 ◦ blue 114

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

Shades of Gurkha #918E72

Tints of Gurkha #918E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 36.16%
G = 35.41%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918E72 (or 0x918E72) is known color: Gurkha. HEX triplet: 91, 8E and 72. RGB value is (145,142,114). Sum of RGB (Red+Green+Blue) = 145+142+114=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E72 is #6E718D. Grayscale: #8B8B8B. Windows color (decimal): -7238030 or 7507601. OLE color: 7507601.

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

Color convert

RGB 145 142 114 -
CMYK 0 0.02 0.21 0.43
HSL 54.19º 0.12% 0.51% -
HSV(B) 54.19º 0.21% 0.57% -
XYZ 24.39 26.58 19.76 -
YUV 139.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 145 142 114 0 0.02 0.21 0.43 54.19 0.12 0.51
Hex 91 8E 72 0 2 15 2B 36 C 33
Octal 221 216 162 0 2 25 53 66 14 63
Binary 10010001 10001110 1110010 0 10 10101 101011 110110 1100 110011

Color Harmonies of #918E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918E72

Black with #918E72

Text Example


Text Example

White with #918E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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