Html Css Color HEX #85695C Russett

📋 copy color: '#85695C'

red 133 ◦ green 105 ◦ blue 92

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

Shades of Russett #85695C

Tints of Russett #85695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 40.3%
G = 31.82%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85695C (or 0x85695C) is known color: Russett. HEX triplet: 85, 69 and 5C. RGB value is (133,105,92). Sum of RGB (Red+Green+Blue) = 133+105+92=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85695C is #7A96A3. Grayscale: #6F6F6F. Windows color (decimal): -8033956 or 6056325. OLE color: 6056325.

HSL color Cylindrical-coordinate representation of color #85695C: hue angle of 19.02º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85695C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 105 92 -
CMYK 0 0.21 0.31 0.48
HSL 19.02º 0.18% 0.44% -
HSV(B) 19.02º 0.31% 0.52% -
XYZ 16.66 15.86 12.31 -
YUV 111.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 133 105 92 0 0.21 0.31 0.48 19.02 0.18 0.44
Hex 85 69 5C 0 15 1F 30 13 12 2C
Octal 205 151 134 0 25 37 60 23 22 54
Binary 10000101 1101001 1011100 0 10101 11111 110000 10011 10010 101100

Color Harmonies of #85695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85695C

Black with #85695C

Text Example


Text Example

White with #85695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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