Html Css Color HEX #855656 Rose Taupe

📋 copy color: '#855656'

red 133 ◦ green 86 ◦ blue 86

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

Shades of Rose Taupe #855656

Tints of Rose Taupe #855656

RGB

 RED value IS 133 (52.34% from 255) = 43.61%

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

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

R = 43.61%
G = 28.2%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#855656 (or 0x855656) is known color: Rose Taupe. HEX triplet: 85, 56 and 56. RGB value is (133,86,86). Sum of RGB (Red+Green+Blue) = 133+86+86=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #855656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855656 is #7AA9A9. Grayscale: #646464. Windows color (decimal): -8038826 or 5658245. OLE color: 5658245.

HSL color Cylindrical-coordinate representation of color #855656: hue angle of 0º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855656 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 86 -
CMYK 0 0.35 0.35 0.48
HSL 0.21% 0.43% -
HSV(B) 0.35% 0.52% -
XYZ 14.68 12.31 10.41 -
YUV 100.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 133 86 86 0 0.35 0.35 0.48 0 0.21 0.43
Hex 85 56 56 0 23 23 30 0 15 2B
Octal 205 126 126 0 43 43 60 0 25 53
Binary 10000101 1010110 1010110 0 100011 100011 110000 0 10101 101011

Color Harmonies of #855656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855656

Black with #855656

Text Example


Text Example

White with #855656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855656; }

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

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

background-color css

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

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

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

border-color css

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

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

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