#908276

Color #908276 Americano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Americano #908276

Tints of Americano #908276

Color information

#908276 (or 0x908276) is unknown color: approx Americano. HEX triplet: 90, 82 and 76. RGB value is (144,130,118). Sum of RGB (Red+Green+Blue) = 144+130+118=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908276 is #6F7D89. Grayscale: #848484. Windows color (decimal): -7306634 or 7766672. OLE color: 7766672.

HSL color Cylindrical-coordinate representation of color #908276: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908276 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB144130118-
CMYK00.100.180.44
HSL27.69º10.48%51.37%-
HSV(B)27.69º18.06%56.47%-
XYZ22.7523.220.42-
YUV132.82119.64135.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 118 (46.48% from 255) = 30.10%
R=36.73%
G=33.16%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413011800.100.180.4427.6910.4851.37
Hex9082760A122C1ca33
Octal2202021660122254341263
Binary100100001000001011101100101010010101100111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908276; }

 p { color: rgb(144,130,118); }

 H1.HeaderClassName
 {
   color: #908276;
 }
 .AnyTagClassName
 {
   color: #908276;
 }
</style>
background-color css

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

 a { background-color: rgb(144,130,118); }

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

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

 span { border-color: rgb(144,130,118); }

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