#907C6F

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

Shades of Americano #907C6F

Tints of Americano #907C6F

Color information

#907C6F (or 0x907C6F) is unknown color: approx Americano. HEX triplet: 90, 7C and 6F. RGB value is (144,124,111). Sum of RGB (Red+Green+Blue) = 144+124+111=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #907C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907C6F is #6F8390. Grayscale: #808080. Windows color (decimal): -7308177 or 7306384. OLE color: 7306384.

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

Color convert

RGB144124111-
CMYK00.140.230.44
HSL23.64º12.94%50%-
HSV(B)23.64º22.92%56.47%-
XYZ21.5821.4918.05-
YUV128.5118.13139.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=37.99%
G=32.72%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412411100.140.230.4423.6412.9450
Hex907C6F0E172C18d32
Octal2201741570162754301562
Binary10010000111110011011110111010111101100110001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,124,111); }

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

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

 a { background-color: rgb(144,124,111); }

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

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

 span { border-color: rgb(144,124,111); }

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