Html Css Color HEX #85685E Russett

📋 copy color: '#85685E'

red 133 ◦ green 104 ◦ blue 94

#85685E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #85685E

Tints of Russett #85685E

RGB

 RED value IS 133 (52.34% from 255) = 40.18%

 GREEN value IS 104 (41.02% from 255) = 31.42%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 40.18%
G = 31.42%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85685E (or 0x85685E) is known color: Russett. HEX triplet: 85, 68 and 5E. RGB value is (133,104,94). Sum of RGB (Red+Green+Blue) = 133+104+94=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85685E is #7A97A1. Grayscale: #6F6F6F. Windows color (decimal): -8034210 or 6187141. OLE color: 6187141.

HSL color Cylindrical-coordinate representation of color #85685E: hue angle of 15.38º 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 #85685E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 94 -
CMYK 0 0.22 0.29 0.48
HSL 15.38º 0.17% 0.45% -
HSV(B) 15.38º 0.29% 0.52% -
XYZ 16.64 15.7 12.74 -
YUV 111.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 133 104 94 0 0.22 0.29 0.48 15.38 0.17 0.45
Hex 85 68 5E 0 16 1D 30 F 11 2D
Octal 205 150 136 0 26 35 60 17 21 55
Binary 10000101 1101000 1011110 0 10110 11101 110000 1111 10001 101101

Color Harmonies of #85685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85685E

Black with #85685E

Text Example


Text Example

White with #85685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85685E; }

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

 H1.HeaderClassName
 {
   color: #85685E;
 }
 .AnyTagClassName
 {
   color: #85685E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #85685E;
 }
 .BgClassName
 {
   background-color: #85685E;
 }
</style>

border-color css

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

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

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