Html Css Color HEX #928274 Americano

📋 copy color: '#928274'

red 146 ◦ green 130 ◦ blue 116

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

Shades of Americano #928274

Tints of Americano #928274

RGB

 RED value IS 146 (57.42% from 255) = 37.24%

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

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

R = 37.24%
G = 33.16%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#928274 (or 0x928274) is known color: Americano. HEX triplet: 92, 82 and 74. RGB value is (146,130,116). Sum of RGB (Red+Green+Blue) = 146+130+116=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928274 is #6D7D8B. Grayscale: #858585. Windows color (decimal): -7175564 or 7635602. OLE color: 7635602.

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

Color convert

RGB 146 130 116 -
CMYK 0 0.11 0.21 0.43
HSL 28º 0.12% 0.51% -
HSV(B) 28º 0.21% 0.57% -
XYZ 22.99 23.34 19.82 -
YUV 133.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 146 130 116 0 0.11 0.21 0.43 28 0.12 0.51
Hex 92 82 74 0 B 15 2B 1C C 33
Octal 222 202 164 0 13 25 53 34 14 63
Binary 10010010 10000010 1110100 0 1011 10101 101011 11100 1100 110011

Color Harmonies of #928274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928274

Black with #928274

Text Example


Text Example

White with #928274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928274; }

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

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

background-color css

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

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

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

border-color css

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

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

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