Html Css Color HEX #865656 Rose Taupe

📋 copy color: '#865656'

red 134 ◦ green 86 ◦ blue 86

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

Shades of Rose Taupe #865656

Tints of Rose Taupe #865656

RGB

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

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

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

R = 43.79%
G = 28.1%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#865656 (or 0x865656) is known color: Rose Taupe. HEX triplet: 86, 56 and 56. RGB value is (134,86,86). Sum of RGB (Red+Green+Blue) = 134+86+86=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865656 is #79A9A9. Grayscale: #646464. Windows color (decimal): -7973290 or 5658246. OLE color: 5658246.

HSL color Cylindrical-coordinate representation of color #865656: hue angle of 0º 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 #865656 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 86 -
CMYK 0 0.36 0.36 0.47
HSL 0.22% 0.43% -
HSV(B) 0.36% 0.53% -
XYZ 14.84 12.4 10.41 -
YUV 100.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 134 86 86 0 0.36 0.36 0.47 0 0.22 0.43
Hex 86 56 56 0 24 24 2F 0 16 2B
Octal 206 126 126 0 44 44 57 0 26 53
Binary 10000110 1010110 1010110 0 100100 100100 101111 0 10110 101011

Color Harmonies of #865656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865656

Black with #865656

Text Example


Text Example

White with #865656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865656; }

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

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

background-color css

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

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

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

border-color css

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

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

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