#81675B

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

Shades of Russett #81675B

Tints of Russett #81675B

Color information

#81675B (or 0x81675B) is unknown color: approx Russett. HEX triplet: 81, 67 and 5B. RGB value is (129,103,91). Sum of RGB (Red+Green+Blue) = 129+103+91=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #81675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81675B is #7E98A4. Grayscale: #6D6D6D. Windows color (decimal): -8296613 or 5990273. OLE color: 5990273.

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

Color convert

RGB12910391-
CMYK00.200.290.49
HSL18.95º17.27%43.14%-
HSV(B)18.95º29.46%50.59%-
XYZ15.7915.1211.98-
YUV109.41117.61141.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 103 (40.62% from 255) = 31.89%
BLUE value IS 91 (35.94% from 255) = 28.17%
R=39.94%
G=31.89%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291039100.200.290.4918.9517.2743.14
Hex81675B0141D3113112b
Octal2011471330243561232153
Binary1000000111001111011011010100111011100011001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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