#906B58

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

Shades of Leather #906B58

Tints of Leather #906B58

Color information

#906B58 (or 0x906B58) is unknown color: approx Leather. HEX triplet: 90, 6B and 58. RGB value is (144,107,88). Sum of RGB (Red+Green+Blue) = 144+107+88=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #906B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B58 is #6F94A7. Grayscale: #747474. Windows color (decimal): -7312552 or 5794704. OLE color: 5794704.

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

Color convert

RGB14410788-
CMYK00.260.390.44
HSL20.36º24.14%45.49%-
HSV(B)20.36º38.89%56.47%-
XYZ18.5217.1511.57-
YUV115.9112.26148.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=42.48%
G=31.56%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441078800.260.390.4420.3624.1445.49
Hex906B5801A272C14182d
Octal2201531300324754243055
Binary10010000110101110110000110101001111011001010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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