#906B54

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

Shades of Leather #906B54

Tints of Leather #906B54

Color information

#906B54 (or 0x906B54) is unknown color: approx Leather. HEX triplet: 90, 6B and 54. RGB value is (144,107,84). Sum of RGB (Red+Green+Blue) = 144+107+84=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #906B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B54 is #6F94AB. Grayscale: #737373. Windows color (decimal): -7312556 or 5532560. OLE color: 5532560.

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

Color convert

RGB14410784-
CMYK00.260.420.44
HSL23º26.32%44.71%-
HSV(B)23º41.67%56.47%-
XYZ18.3617.0810.72-
YUV115.44110.26148.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=42.99%
G=31.94%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441078400.260.420.442326.3244.71
Hex906B5401A2A2C171a2d
Octal2201531240325254273255
Binary10010000110101110101000110101010101011001011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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