Html Css Color HEX #86695B Russett

📋 copy color: '#86695B'

red 134 ◦ green 105 ◦ blue 91

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

Shades of Russett #86695B

Tints of Russett #86695B

RGB

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

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

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

R = 40.61%
G = 31.82%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86695B (or 0x86695B) is known color: Russett. HEX triplet: 86, 69 and 5B. RGB value is (134,105,91). Sum of RGB (Red+Green+Blue) = 134+105+91=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86695B is #7996A4. Grayscale: #707070. Windows color (decimal): -7968421 or 5990790. OLE color: 5990790.

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

Color convert

RGB 134 105 91 -
CMYK 0 0.22 0.32 0.47
HSL 19.53º 0.19% 0.44% -
HSV(B) 19.53º 0.32% 0.53% -
XYZ 16.77 15.93 12.09 -
YUV 112.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 134 105 91 0 0.22 0.32 0.47 19.53 0.19 0.44
Hex 86 69 5B 0 16 20 2F 14 13 2C
Octal 206 151 133 0 26 40 57 24 23 54
Binary 10000110 1101001 1011011 0 10110 100000 101111 10100 10011 101100

Color Harmonies of #86695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86695B

Black with #86695B

Text Example


Text Example

White with #86695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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