#81675F

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

Shades of Russett #81675F

Tints of Russett #81675F

Color information

#81675F (or 0x81675F) is unknown color: approx Russett. HEX triplet: 81, 67 and 5F. RGB value is (129,103,95). Sum of RGB (Red+Green+Blue) = 129+103+95=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #81675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81675F is #7E98A0. Grayscale: #6D6D6D. Windows color (decimal): -8296609 or 6252417. OLE color: 6252417.

HSL color Cylindrical-coordinate representation of color #81675F: hue angle of 14.12º 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 #81675F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12910395-
CMYK00.200.260.49
HSL14.12º15.18%43.92%-
HSV(B)14.12º26.36%50.59%-
XYZ15.9715.1912.92-
YUV109.86119.61141.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=39.45%
G=31.50%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291039500.200.260.4914.1215.1843.92
Hex81675F0141A31ef2c
Octal2011471370243261161754
Binary10000001110011110111110101001101011000111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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