#926A4F

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

Shades of Leather #926A4F

Tints of Leather #926A4F

Color information

#926A4F (or 0x926A4F) is unknown color: approx Leather. HEX triplet: 92, 6A and 4F. RGB value is (146,106,79). Sum of RGB (Red+Green+Blue) = 146+106+79=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #926A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A4F is #6D95B0. Grayscale: #737373. Windows color (decimal): -7181745 or 5204626. OLE color: 5204626.

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

Color convert

RGB14610679-
CMYK00.270.460.43
HSL24.18º29.78%44.12%-
HSV(B)24.18º45.89%57.25%-
XYZ18.4216.989.7-
YUV114.88107.75150.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=44.11%
G=32.02%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461067900.270.460.4324.1829.7844.12
Hex926A4F01B2E2B181e2c
Octal2221521170335653303654
Binary10010010110101010011110110111011101010111100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,106,79); }

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

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

 a { background-color: rgb(146,106,79); }

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

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

 span { border-color: rgb(146,106,79); }

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