Html Css Color HEX #85685F Russett

📋 copy color: '#85685F'

red 133 ◦ green 104 ◦ blue 95

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

Shades of Russett #85685F

Tints of Russett #85685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 40.06%
G = 31.33%
B = 28.61%

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

#85685F (or 0x85685F) is known color: Russett. HEX triplet: 85, 68 and 5F. RGB value is (133,104,95). Sum of RGB (Red+Green+Blue) = 133+104+95=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #85685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85685F is #7A97A0. Grayscale: #6F6F6F. Windows color (decimal): -8034209 or 6252677. OLE color: 6252677.

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

Color convert

RGB 133 104 95 -
CMYK 0 0.22 0.29 0.48
HSL 14.21º 0.17% 0.45% -
HSV(B) 14.21º 0.29% 0.52% -
XYZ 16.69 15.71 12.98 -
YUV 111.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 133 104 95 0 0.22 0.29 0.48 14.21 0.17 0.45
Hex 85 68 5F 0 16 1D 30 E 11 2D
Octal 205 150 137 0 26 35 60 16 21 55
Binary 10000101 1101000 1011111 0 10110 11101 110000 1110 10001 101101

Color Harmonies of #85685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85685F

Black with #85685F

Text Example


Text Example

White with #85685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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