#81665F

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

Shades of Russett #81665F

Tints of Russett #81665F

Color information

#81665F (or 0x81665F) is unknown color: approx Russett. HEX triplet: 81, 66 and 5F. RGB value is (129,102,95). Sum of RGB (Red+Green+Blue) = 129+102+95=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #81665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81665F is #7E99A0. Grayscale: #6D6D6D. Windows color (decimal): -8296865 or 6252161. OLE color: 6252161.

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

Color convert

RGB12910295-
CMYK00.210.260.49
HSL12.35º15.18%43.92%-
HSV(B)12.35º26.36%50.59%-
XYZ15.871512.88-
YUV109.28119.95142.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=39.57%
G=31.29%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291029500.210.260.4912.3515.1843.92
Hex81665F0151A31cf2c
Octal2011461370253261141754
Binary10000001110011010111110101011101011000111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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