#926551

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

Shades of Leather #926551

Tints of Leather #926551

Color information

#926551 (or 0x926551) is unknown color: approx Leather. HEX triplet: 92, 65 and 51. RGB value is (146,101,81). Sum of RGB (Red+Green+Blue) = 146+101+81=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #926551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926551 is #6D9AAE. Grayscale: #707070. Windows color (decimal): -7183023 or 5334418. OLE color: 5334418.

HSL color Cylindrical-coordinate representation of color #926551: hue angle of 18.46º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #926551 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14610181-
CMYK00.310.450.43
HSL18.46º28.63%44.51%-
HSV(B)18.46º44.52%57.25%-
XYZ17.9916.019.93-
YUV112.18110.41152.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=44.51%
G=30.79%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461018100.310.450.4318.4628.6344.51
Hex92655101F2D2B121d2d
Octal2221451210375553223555
Binary10010010110010110100010111111011011010111001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926551; }

 p { color: rgb(146,101,81); }

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

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

 a { background-color: rgb(146,101,81); }

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

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

 span { border-color: rgb(146,101,81); }

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