Html Css Color HEX #885656 Rose Taupe

📋 copy color: '#885656'

red 136 ◦ green 86 ◦ blue 86

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

Shades of Rose Taupe #885656

Tints of Rose Taupe #885656

RGB

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

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

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

R = 44.16%
G = 27.92%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#885656 (or 0x885656) is known color: Rose Taupe. HEX triplet: 88, 56 and 56. RGB value is (136,86,86). Sum of RGB (Red+Green+Blue) = 136+86+86=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885656 is #77A9A9. Grayscale: #656565. Windows color (decimal): -7842218 or 5658248. OLE color: 5658248.

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

Color convert

RGB 136 86 86 -
CMYK 0 0.37 0.37 0.47
HSL 0.23% 0.44% -
HSV(B) 0.37% 0.53% -
XYZ 15.16 12.56 10.43 -
YUV 100.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 136 86 86 0 0.37 0.37 0.47 0 0.23 0.44
Hex 88 56 56 0 25 25 2F 0 17 2C
Octal 210 126 126 0 45 45 57 0 27 54
Binary 10001000 1010110 1010110 0 100101 100101 101111 0 10111 101100

Color Harmonies of #885656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885656

Black with #885656

Text Example


Text Example

White with #885656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885656; }

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

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

background-color css

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

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

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

border-color css

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

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

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