#926958

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

Shades of Leather #926958

Tints of Leather #926958

Color information

#926958 (or 0x926958) is unknown color: approx Leather. HEX triplet: 92, 69 and 58. RGB value is (146,105,88). Sum of RGB (Red+Green+Blue) = 146+105+88=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #926958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926958 is #6D96A7. Grayscale: #737373. Windows color (decimal): -7181992 or 5794194. OLE color: 5794194.

HSL color Cylindrical-coordinate representation of color #926958: hue angle of 17.59º 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 #926958 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB14610588-
CMYK00.280.400.43
HSL17.59º24.79%45.88%-
HSV(B)17.59º39.73%57.25%-
XYZ18.6716.9211.51-
YUV115.32112.58149.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=43.07%
G=30.97%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461058800.280.400.4317.5924.7945.88
Hex92695801C282B12192e
Octal2221511300345053223156
Binary10010010110100110110000111001010001010111001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926958; }

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

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

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

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

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

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

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

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