Html Css Color HEX #885856 Rose Taupe

📋 copy color: '#885856'

red 136 ◦ green 88 ◦ blue 86

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

Shades of Rose Taupe #885856

Tints of Rose Taupe #885856

RGB

 RED value IS 136 (53.52% from 255) = 43.87%

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

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

R = 43.87%
G = 28.39%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#885856 (or 0x885856) is known color: Rose Taupe. HEX triplet: 88, 58 and 56. RGB value is (136,88,86). Sum of RGB (Red+Green+Blue) = 136+88+86=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #885856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885856 is #77A7A9. Grayscale: #666666. Windows color (decimal): -7841706 or 5658760. OLE color: 5658760.

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

Color convert

RGB 136 88 86 -
CMYK 0 0.35 0.37 0.47
HSL 2.4º 0.23% 0.44% -
HSV(B) 2.4º 0.37% 0.53% -
XYZ 15.32 12.89 10.48 -
YUV 102.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 136 88 86 0 0.35 0.37 0.47 2.4 0.23 0.44
Hex 88 58 56 0 23 25 2F 2 17 2C
Octal 210 130 126 0 43 45 57 2 27 54
Binary 10001000 1011000 1010110 0 100011 100101 101111 10 10111 101100

Color Harmonies of #885856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885856

Black with #885856

Text Example


Text Example

White with #885856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885856; }

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

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

background-color css

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

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

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

border-color css

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

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

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