#85675F

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

Shades of Russett #85675F

Tints of Russett #85675F

Color information

#85675F (or 0x85675F) is unknown color: approx Russett. HEX triplet: 85, 67 and 5F. RGB value is (133,103,95). Sum of RGB (Red+Green+Blue) = 133+103+95=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85675F is #7A98A0. Grayscale: #6F6F6F. Windows color (decimal): -8034465 or 6252421. OLE color: 6252421.

HSL color Cylindrical-coordinate representation of color #85675F: hue angle of 12.63º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85675F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13310395-
CMYK00.230.290.48
HSL12.63º16.67%44.71%-
HSV(B)12.63º28.57%52.16%-
XYZ16.5915.5112.95-
YUV111.06118.94143.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=40.18%
G=31.12%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331039500.230.290.4812.6316.6744.71
Hex85675F0171D30d112d
Octal2051471370273560152155
Binary100001011100111101111101011111101110000110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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