Html Css Color HEX #85685B Russett

📋 copy color: '#85685B'

red 133 ◦ green 104 ◦ blue 91

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

Shades of Russett #85685B

Tints of Russett #85685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 40.55%
G = 31.71%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85685B (or 0x85685B) is known color: Russett. HEX triplet: 85, 68 and 5B. RGB value is (133,104,91). Sum of RGB (Red+Green+Blue) = 133+104+91=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85685B is #7A97A4. Grayscale: #6F6F6F. Windows color (decimal): -8034213 or 5990533. OLE color: 5990533.

HSL color Cylindrical-coordinate representation of color #85685B: hue angle of 18.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85685B is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 91 -
CMYK 0 0.22 0.32 0.48
HSL 18.57º 0.19% 0.44% -
HSV(B) 18.57º 0.32% 0.52% -
XYZ 16.51 15.64 12.05 -
YUV 111.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 133 104 91 0 0.22 0.32 0.48 18.57 0.19 0.44
Hex 85 68 5B 0 16 20 30 13 13 2C
Octal 205 150 133 0 26 40 60 23 23 54
Binary 10000101 1101000 1011011 0 10110 100000 110000 10011 10011 101100

Color Harmonies of #85685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85685B

Black with #85685B

Text Example


Text Example

White with #85685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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