#926F51

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

Shades of Leather #926F51

Tints of Leather #926F51

Color information

#926F51 (or 0x926F51) is unknown color: approx Leather. HEX triplet: 92, 6F and 51. RGB value is (146,111,81). Sum of RGB (Red+Green+Blue) = 146+111+81=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #926F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F51 is #6D90AE. Grayscale: #767676. Windows color (decimal): -7180463 or 5336978. OLE color: 5336978.

HSL color Cylindrical-coordinate representation of color #926F51: hue angle of 27.69º 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 #926F51 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB14611181-
CMYK00.240.450.43
HSL27.69º28.63%44.51%-
HSV(B)27.69º44.52%57.25%-
XYZ19.0218.0710.27-
YUV118.04107.1147.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=43.20%
G=32.84%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461118100.240.450.4327.6928.6344.51
Hex926F510182D2B1c1d2d
Octal2221571210305553343555
Binary10010010110111110100010110001011011010111110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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