#926B54

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

Shades of Leather #926B54

Tints of Leather #926B54

Color information

#926B54 (or 0x926B54) is unknown color: approx Leather. HEX triplet: 92, 6B and 54. RGB value is (146,107,84). Sum of RGB (Red+Green+Blue) = 146+107+84=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #926B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B54 is #6D94AB. Grayscale: #747474. Windows color (decimal): -7181484 or 5532562. OLE color: 5532562.

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

Color convert

RGB14610784-
CMYK00.270.420.43
HSL22.26º26.96%45.1%-
HSV(B)22.26º42.47%57.25%-
XYZ18.7117.2710.73-
YUV116.04109.92149.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 107 (42.19% from 255) = 31.75%
BLUE value IS 84 (33.20% from 255) = 24.93%
R=43.32%
G=31.75%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461078400.270.420.4322.2626.9645.1
Hex926B5401B2A2B161b2d
Octal2221531240335253263355
Binary10010010110101110101000110111010101010111011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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