Html Css Color HEX #918973 Gurkha

📋 copy color: '#918973'

red 145 ◦ green 137 ◦ blue 115

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

Shades of Gurkha #918973

Tints of Gurkha #918973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 36.52%
G = 34.51%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#918973 (or 0x918973) is known color: Gurkha. HEX triplet: 91, 89 and 73. RGB value is (145,137,115). Sum of RGB (Red+Green+Blue) = 145+137+115=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918973 is #6E768C. Grayscale: #888888. Windows color (decimal): -7239309 or 7571857. OLE color: 7571857.

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

Color convert

RGB 145 137 115 -
CMYK 0 0.06 0.21 0.43
HSL 44º 0.12% 0.51% -
HSV(B) 44º 0.21% 0.57% -
XYZ 23.72 25.15 19.82 -
YUV 136.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 145 137 115 0 0.06 0.21 0.43 44 0.12 0.51
Hex 91 89 73 0 6 15 2B 2C C 33
Octal 221 211 163 0 6 25 53 54 14 63
Binary 10010001 10001001 1110011 0 110 10101 101011 101100 1100 110011

Color Harmonies of #918973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918973

Black with #918973

Text Example


Text Example

White with #918973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918973; }

 p { color: rgb(145,137,115); }

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

background-color css

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

 a { background-color: rgb(145,137,115); }

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

border-color css

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

 span { border-color: rgb(145,137,115); }

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