#916753

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

Shades of Leather #916753

Tints of Leather #916753

Color information

#916753 (or 0x916753) is unknown color: approx Leather. HEX triplet: 91, 67 and 53. RGB value is (145,103,83). Sum of RGB (Red+Green+Blue) = 145+103+83=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916753 is #6E98AC. Grayscale: #717171. Windows color (decimal): -7248045 or 5466001. OLE color: 5466001.

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

Color convert

RGB14510383-
CMYK00.290.430.43
HSL19.35º27.19%44.71%-
HSV(B)19.35º42.76%56.86%-
XYZ18.0916.3410.39-
YUV113.28110.91150.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=43.81%
G=31.12%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451038300.290.430.4319.3527.1944.71
Hex91675301D2B2B131b2d
Octal2211471230355353233355
Binary10010001110011110100110111011010111010111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916753; }

 p { color: rgb(145,103,83); }

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

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

 a { background-color: rgb(145,103,83); }

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

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

 span { border-color: rgb(145,103,83); }

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