#916651

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

Shades of Leather #916651

Tints of Leather #916651

Color information

#916651 (or 0x916651) is unknown color: approx Leather. HEX triplet: 91, 66 and 51. RGB value is (145,102,81). Sum of RGB (Red+Green+Blue) = 145+102+81=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #916651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916651 is #6E99AE. Grayscale: #707070. Windows color (decimal): -7248303 or 5334673. OLE color: 5334673.

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

Color convert

RGB14510281-
CMYK00.300.440.43
HSL19.69º28.32%44.31%-
HSV(B)19.69º44.14%56.86%-
XYZ17.9116.129.95-
YUV112.46110.25151.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=44.21%
G=31.10%
B=24.70%

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
Decimal1451028100.300.440.4319.6928.3244.31
Hex91665101E2C2B141c2c
Octal2211461210365453243454
Binary10010001110011010100010111101011001010111010011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916651; }

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

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

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

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

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

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

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

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