Html Css Color HEX #86695E Russett

📋 copy color: '#86695E'

red 134 ◦ green 105 ◦ blue 94

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

Shades of Russett #86695E

Tints of Russett #86695E

RGB

 RED value IS 134 (52.73% from 255) = 40.24%

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

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

R = 40.24%
G = 31.53%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86695E (or 0x86695E) is known color: Russett. HEX triplet: 86, 69 and 5E. RGB value is (134,105,94). Sum of RGB (Red+Green+Blue) = 134+105+94=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #86695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86695E is #7996A1. Grayscale: #707070. Windows color (decimal): -7968418 or 6187398. OLE color: 6187398.

HSL color Cylindrical-coordinate representation of color #86695E: hue angle of 16.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86695E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 94 -
CMYK 0 0.22 0.30 0.47
HSL 16.5º 0.18% 0.45% -
HSV(B) 16.5º 0.3% 0.53% -
XYZ 16.9 15.98 12.78 -
YUV 112.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 134 105 94 0 0.22 0.30 0.47 16.5 0.18 0.45
Hex 86 69 5E 0 16 1E 2F 10 12 2D
Octal 206 151 136 0 26 36 57 20 22 55
Binary 10000110 1101001 1011110 0 10110 11110 101111 10000 10010 101101

Color Harmonies of #86695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86695E

Black with #86695E

Text Example


Text Example

White with #86695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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