Html Css Color HEX #918174 Americano

📋 copy color: '#918174'

red 145 ◦ green 129 ◦ blue 116

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

Shades of Americano #918174

Tints of Americano #918174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

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

R = 37.18%
G = 33.08%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#918174 (or 0x918174) is known color: Americano. HEX triplet: 91, 81 and 74. RGB value is (145,129,116). Sum of RGB (Red+Green+Blue) = 145+129+116=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #918174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918174 is #6E7E8B. Grayscale: #848484. Windows color (decimal): -7241356 or 7635345. OLE color: 7635345.

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

Color convert

RGB 145 129 116 -
CMYK 0 0.11 0.2 0.43
HSL 26.9º 0.12% 0.51% -
HSV(B) 26.9º 0.2% 0.57% -
XYZ 22.68 22.98 19.76 -
YUV 132.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 145 129 116 0 0.11 0.2 0.43 26.9 0.12 0.51
Hex 91 81 74 0 B 14 2B 1B C 33
Octal 221 201 164 0 13 24 53 33 14 63
Binary 10010001 10000001 1110100 0 1011 10100 101011 11011 1100 110011

Color Harmonies of #918174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918174

Black with #918174

Text Example


Text Example

White with #918174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918174; }

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

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

background-color css

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

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

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

border-color css

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

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

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