Html Css Color HEX #85695E Russett

📋 copy color: '#85695E'

red 133 ◦ green 105 ◦ blue 94

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

Shades of Russett #85695E

Tints of Russett #85695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

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

R = 40.06%
G = 31.63%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85695E (or 0x85695E) is known color: Russett. HEX triplet: 85, 69 and 5E. RGB value is (133,105,94). Sum of RGB (Red+Green+Blue) = 133+105+94=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #85695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85695E is #7A96A1. Grayscale: #707070. Windows color (decimal): -8033954 or 6187397. OLE color: 6187397.

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

Color convert

RGB 133 105 94 -
CMYK 0 0.21 0.29 0.48
HSL 16.92º 0.17% 0.45% -
HSV(B) 16.92º 0.29% 0.52% -
XYZ 16.74 15.9 12.78 -
YUV 112.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 133 105 94 0 0.21 0.29 0.48 16.92 0.17 0.45
Hex 85 69 5E 0 15 1D 30 11 11 2D
Octal 205 151 136 0 25 35 60 21 21 55
Binary 10000101 1101001 1011110 0 10101 11101 110000 10001 10001 101101

Color Harmonies of #85695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85695E

Black with #85695E

Text Example


Text Example

White with #85695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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