#926651

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

Shades of Leather #926651

Tints of Leather #926651

Color information

#926651 (or 0x926651) is unknown color: approx Leather. HEX triplet: 92, 66 and 51. RGB value is (146,102,81). Sum of RGB (Red+Green+Blue) = 146+102+81=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #926651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926651 is #6D99AE. Grayscale: #707070. Windows color (decimal): -7182767 or 5334674. OLE color: 5334674.

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

Color convert

RGB14610281-
CMYK00.300.450.43
HSL19.38º28.63%44.51%-
HSV(B)19.38º44.52%57.25%-
XYZ18.0916.219.96-
YUV112.76110.08151.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=44.38%
G=31.00%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461028100.300.450.4319.3828.6344.51
Hex92665101E2D2B131d2d
Octal2221461210365553233555
Binary10010010110011010100010111101011011010111001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926651; }

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

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

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

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

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

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

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

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