#916551

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

Shades of Leather #916551

Tints of Leather #916551

Color information

#916551 (or 0x916551) is unknown color: approx Leather. HEX triplet: 91, 65 and 51. RGB value is (145,101,81). Sum of RGB (Red+Green+Blue) = 145+101+81=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #916551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916551 is #6E9AAE. Grayscale: #707070. Windows color (decimal): -7248559 or 5334417. OLE color: 5334417.

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

Color convert

RGB14510181-
CMYK00.300.440.43
HSL18.75º28.32%44.31%-
HSV(B)18.75º44.14%56.86%-
XYZ17.8215.929.92-
YUV111.88110.58151.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=44.34%
G=30.89%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451018100.300.440.4318.7528.3244.31
Hex91655101E2C2B131c2c
Octal2211451210365453233454
Binary10010001110010110100010111101011001010111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916551; }

 p { color: rgb(145,101,81); }

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

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

 a { background-color: rgb(145,101,81); }

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

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

 span { border-color: rgb(145,101,81); }

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