#906B4A

Color #906B4A Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #906B4A

Tints of Dark Tan #906B4A

Color information

#906B4A (or 0x906B4A) is unknown color: approx Dark Tan. HEX triplet: 90, 6B and 4A. RGB value is (144,107,74). Sum of RGB (Red+Green+Blue) = 144+107+74=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #906B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B4A is #6F94B5. Grayscale: #727272. Windows color (decimal): -7312566 or 4877200. OLE color: 4877200.

HSL color Cylindrical-coordinate representation of color #906B4A: hue angle of 28.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #906B4A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB14410774-
CMYK00.260.490.44
HSL28.29º32.11%42.75%-
HSV(B)28.29º48.61%56.47%-
XYZ1816.948.8-
YUV114.3105.26149.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=44.31%
G=32.92%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441077400.260.490.4428.2932.1142.75
Hex906B4A01A312C1c202b
Octal2201531120326154344053
Binary100100001101011100101001101011000110110011100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906B4A; }

 p { color: rgb(144,107,74); }

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

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

 a { background-color: rgb(144,107,74); }

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

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

 span { border-color: rgb(144,107,74); }

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