Html Css Color HEX #865856 Rose Taupe

📋 copy color: '#865856'

red 134 ◦ green 88 ◦ blue 86

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

Shades of Rose Taupe #865856

Tints of Rose Taupe #865856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 43.51%
G = 28.57%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#865856 (or 0x865856) is known color: Rose Taupe. HEX triplet: 86, 58 and 56. RGB value is (134,88,86). Sum of RGB (Red+Green+Blue) = 134+88+86=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #865856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865856 is #79A7A9. Grayscale: #656565. Windows color (decimal): -7972778 or 5658758. OLE color: 5658758.

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

Color convert

RGB 134 88 86 -
CMYK 0 0.34 0.36 0.47
HSL 2.5º 0.22% 0.43% -
HSV(B) 2.5º 0.36% 0.53% -
XYZ 15 12.72 10.47 -
YUV 101.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 134 88 86 0 0.34 0.36 0.47 2.5 0.22 0.43
Hex 86 58 56 0 22 24 2F 2 16 2B
Octal 206 130 126 0 42 44 57 2 26 53
Binary 10000110 1011000 1010110 0 100010 100100 101111 10 10110 101011

Color Harmonies of #865856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865856

Black with #865856

Text Example


Text Example

White with #865856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865856; }

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

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

background-color css

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

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

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

border-color css

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

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

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