Html Css Color HEX #918A72 Gurkha

📋 copy color: '#918A72'

red 145 ◦ green 138 ◦ blue 114

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

Shades of Gurkha #918A72

Tints of Gurkha #918A72

RGB

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

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

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

R = 36.52%
G = 34.76%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918A72 (or 0x918A72) is known color: Gurkha. HEX triplet: 91, 8A and 72. RGB value is (145,138,114). Sum of RGB (Red+Green+Blue) = 145+138+114=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A72 is #6E758D. Grayscale: #898989. Windows color (decimal): -7239054 or 7506577. OLE color: 7506577.

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

Color convert

RGB 145 138 114 -
CMYK 0 0.05 0.21 0.43
HSL 46.45º 0.12% 0.51% -
HSV(B) 46.45º 0.21% 0.57% -
XYZ 23.8 25.41 19.57 -
YUV 137.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 145 138 114 0 0.05 0.21 0.43 46.45 0.12 0.51
Hex 91 8A 72 0 5 15 2B 2E C 33
Octal 221 212 162 0 5 25 53 56 14 63
Binary 10010001 10001010 1110010 0 101 10101 101011 101110 1100 110011

Color Harmonies of #918A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A72

Black with #918A72

Text Example


Text Example

White with #918A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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