#857068

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

Shades of Russett #857068

Tints of Russett #857068

Color information

#857068 (or 0x857068) is unknown color: approx Russett. HEX triplet: 85, 70 and 68. RGB value is (133,112,104). Sum of RGB (Red+Green+Blue) = 133+112+104=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857068 is #7A8F97. Grayscale: #757575. Windows color (decimal): -8032152 or 6844549. OLE color: 6844549.

HSL color Cylindrical-coordinate representation of color #857068: hue angle of 16.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #857068 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB133112104-
CMYK00.160.220.48
HSL16.55º12.24%46.47%-
HSV(B)16.55º21.8%52.16%-
XYZ17.9717.5715.54-
YUV117.37120.46139.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=38.11%
G=32.09%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311210400.160.220.4816.5512.2446.47
Hex857068010163011c2e
Octal2051601500202660211456
Binary100001011110000110100001000010110110000100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857068; }

 p { color: rgb(133,112,104); }

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

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

 a { background-color: rgb(133,112,104); }

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

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

 span { border-color: rgb(133,112,104); }

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