#81665C

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

Shades of Russett #81665C

Tints of Russett #81665C

Color information

#81665C (or 0x81665C) is unknown color: approx Russett. HEX triplet: 81, 66 and 5C. RGB value is (129,102,92). Sum of RGB (Red+Green+Blue) = 129+102+92=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #81665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81665C is #7E99A3. Grayscale: #6D6D6D. Windows color (decimal): -8296868 or 6055553. OLE color: 6055553.

HSL color Cylindrical-coordinate representation of color #81665C: hue angle of 16.22º 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 #81665C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB12910292-
CMYK00.210.290.49
HSL16.22º16.74%43.33%-
HSV(B)16.22º28.68%50.59%-
XYZ15.7414.9412.18-
YUV108.93118.45142.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=39.94%
G=31.58%
B=28.48%

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
Decimal1291029200.210.290.4916.2216.7443.33
Hex81665C0151D3110112b
Octal2011461340253561202153
Binary1000000111001101011100010101111011100011000010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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