Html Css Color HEX #918274 Americano

📋 copy color: '#918274'

red 145 ◦ green 130 ◦ blue 116

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

Shades of Americano #918274

Tints of Americano #918274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 37.08%
G = 33.25%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#918274 (or 0x918274) is known color: Americano. HEX triplet: 91, 82 and 74. RGB value is (145,130,116). Sum of RGB (Red+Green+Blue) = 145+130+116=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #918274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918274 is #6E7D8B. Grayscale: #848484. Windows color (decimal): -7241100 or 7635601. OLE color: 7635601.

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

Color convert

RGB 145 130 116 -
CMYK 0 0.10 0.2 0.43
HSL 28.97º 0.12% 0.51% -
HSV(B) 28.97º 0.2% 0.57% -
XYZ 22.81 23.25 19.81 -
YUV 132.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 145 130 116 0 0.10 0.2 0.43 28.97 0.12 0.51
Hex 91 82 74 0 A 14 2B 1D C 33
Octal 221 202 164 0 12 24 53 35 14 63
Binary 10010001 10000010 1110100 0 1010 10100 101011 11101 1100 110011

Color Harmonies of #918274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918274

Black with #918274

Text Example


Text Example

White with #918274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918274; }

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

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

background-color css

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

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

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

border-color css

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

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

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