#926758

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

Shades of Leather #926758

Tints of Leather #926758

Color information

#926758 (or 0x926758) is unknown color: approx Leather. HEX triplet: 92, 67 and 58. RGB value is (146,103,88). Sum of RGB (Red+Green+Blue) = 146+103+88=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #926758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926758 is #6D98A7. Grayscale: #727272. Windows color (decimal): -7182504 or 5793682. OLE color: 5793682.

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

Color convert

RGB14610388-
CMYK00.290.400.43
HSL15.52º24.79%45.88%-
HSV(B)15.52º39.73%57.25%-
XYZ18.4716.5211.45-
YUV114.15113.25150.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=43.32%
G=30.56%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461038800.290.400.4315.5224.7945.88
Hex92675801D282B10192e
Octal2221471300355053203156
Binary10010010110011110110000111011010001010111000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926758; }

 p { color: rgb(146,103,88); }

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

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

 a { background-color: rgb(146,103,88); }

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

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

 span { border-color: rgb(146,103,88); }

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