#908175

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

Shades of Americano #908175

Tints of Americano #908175

Color information

#908175 (or 0x908175) is unknown color: approx Americano. HEX triplet: 90, 81 and 75. RGB value is (144,129,117). Sum of RGB (Red+Green+Blue) = 144+129+117=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #908175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908175 is #6F7E8A. Grayscale: #848484. Windows color (decimal): -7306891 or 7700880. OLE color: 7700880.

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

Color convert

RGB144129117-
CMYK00.100.190.44
HSL26.67º10.84%51.18%-
HSV(B)26.67º18.75%56.47%-
XYZ22.5622.9120.06-
YUV132.12119.47136.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 117 (46.09% from 255) = 30%
R=36.92%
G=33.08%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412911700.100.190.4426.6710.8451.18
Hex9081750A132C1bb33
Octal2202011650122354331363
Binary100100001000000111101010101010011101100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908175; }

 p { color: rgb(144,129,117); }

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

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

 a { background-color: rgb(144,129,117); }

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

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

 span { border-color: rgb(144,129,117); }

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