#81665B

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

Shades of Russett #81665B

Tints of Russett #81665B

Color information

#81665B (or 0x81665B) is unknown color: approx Russett. HEX triplet: 81, 66 and 5B. RGB value is (129,102,91). Sum of RGB (Red+Green+Blue) = 129+102+91=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #81665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81665B is #7E99A4. Grayscale: #6C6C6C. Windows color (decimal): -8296869 or 5990017. OLE color: 5990017.

HSL color Cylindrical-coordinate representation of color #81665B: hue angle of 17.37º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81665B is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12910291-
CMYK00.210.290.49
HSL17.37º17.27%43.14%-
HSV(B)17.37º29.46%50.59%-
XYZ15.6914.9311.95-
YUV108.82117.95142.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 91 (35.94% from 255) = 28.26%
R=40.06%
G=31.68%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291029100.210.290.4917.3717.2743.14
Hex81665B0151D3111112b
Octal2011461330253561212153
Binary1000000111001101011011010101111011100011000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81665B; }

 p { color: rgb(129,102,91); }

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

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

 a { background-color: rgb(129,102,91); }

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

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

 span { border-color: rgb(129,102,91); }

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