Html Css Color HEX #86563C Rope

📋 copy color: '#86563C'

red 134 ◦ green 86 ◦ blue 60

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

Shades of Rope #86563C

Tints of Rope #86563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 47.86%
G = 30.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86563C (or 0x86563C) is known color: Rope. HEX triplet: 86, 56 and 3C. RGB value is (134,86,60). Sum of RGB (Red+Green+Blue) = 134+86+60=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86563C is #79A9C3. Grayscale: #616161. Windows color (decimal): -7973316 or 3954310. OLE color: 3954310.

HSL color Cylindrical-coordinate representation of color #86563C: hue angle of 21.08º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86563C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 60 -
CMYK 0 0.36 0.55 0.47
HSL 21.08º 0.38% 0.38% -
HSV(B) 21.08º 0.55% 0.53% -
XYZ 13.97 12.05 5.86 -
YUV 97.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 134 86 60 0 0.36 0.55 0.47 21.08 0.38 0.38
Hex 86 56 3C 0 24 37 2F 15 26 26
Octal 206 126 74 0 44 67 57 25 46 46
Binary 10000110 1010110 111100 0 100100 110111 101111 10101 100110 100110

Color Harmonies of #86563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86563C

Black with #86563C

Text Example


Text Example

White with #86563C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,86,60); }

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

background-color css

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

 a { background-color: rgb(134,86,60); }

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

border-color css

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

 span { border-color: rgb(134,86,60); }

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