#907A6D

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

Shades of Americano #907A6D

Tints of Americano #907A6D

Color information

#907A6D (or 0x907A6D) is unknown color: approx Americano. HEX triplet: 90, 7A and 6D. RGB value is (144,122,109). Sum of RGB (Red+Green+Blue) = 144+122+109=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 144 - color contains mainly: red. Hex color #907A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A6D is #6F8592. Grayscale: #7F7F7F. Windows color (decimal): -7308691 or 7174800. OLE color: 7174800.

HSL color Cylindrical-coordinate representation of color #907A6D: hue angle of 22.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #907A6D is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB144122109-
CMYK00.150.240.44
HSL22.29º13.83%49.61%-
HSV(B)22.29º24.31%56.47%-
XYZ21.2220.9517.39-
YUV127.1117.79140.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=38.4%
G=32.53%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412210900.150.240.4422.2913.8349.61
Hex907A6D0F182C16e32
Octal2201721550173054261662
Binary10010000111101011011010111111000101100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907A6D; }

 p { color: rgb(144,122,109); }

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

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

 a { background-color: rgb(144,122,109); }

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

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

 span { border-color: rgb(144,122,109); }

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