Html Css Color HEX #865959 Rose Taupe

📋 copy color: '#865959'

red 134 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #865959

Tints of Rose Taupe #865959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 42.95%
G = 28.53%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#865959 (or 0x865959) is known color: Rose Taupe. HEX triplet: 86, 59 and 59. RGB value is (134,89,89). Sum of RGB (Red+Green+Blue) = 134+89+89=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #865959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865959 is #79A6A6. Grayscale: #666666. Windows color (decimal): -7972519 or 5855622. OLE color: 5855622.

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

Color convert

RGB 134 89 89 -
CMYK 0 0.34 0.34 0.47
HSL 0.2% 0.44% -
HSV(B) 0.34% 0.53% -
XYZ 15.21 12.93 11.15 -
YUV 102.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 134 89 89 0 0.34 0.34 0.47 0 0.2 0.44
Hex 86 59 59 0 22 22 2F 0 14 2C
Octal 206 131 131 0 42 42 57 0 24 54
Binary 10000110 1011001 1011001 0 100010 100010 101111 0 10100 101100

Color Harmonies of #865959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865959

Black with #865959

Text Example


Text Example

White with #865959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865959; }

 p { color: rgb(134,89,89); }

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

background-color css

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

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

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

border-color css

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

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

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