Html Css Color HEX #955756 Rose Taupe

📋 copy color: '#955756'

red 149 ◦ green 87 ◦ blue 86

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

Shades of Rose Taupe #955756

Tints of Rose Taupe #955756

RGB

 RED value IS 149 (58.59% from 255) = 46.27%

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 46.27%
G = 27.02%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#955756 (or 0x955756) is known color: Rose Taupe. HEX triplet: 95, 57 and 56. RGB value is (149,87,86). Sum of RGB (Red+Green+Blue) = 149+87+86=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #955756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955756 is #6AA8A9. Grayscale: #696969. Windows color (decimal): -6989994 or 5658517. OLE color: 5658517.

HSL color Cylindrical-coordinate representation of color #955756: hue angle of 0.95º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955756 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 86 -
CMYK 0 0.42 0.42 0.42
HSL 0.95º 0.27% 0.46% -
HSV(B) 0.95º 0.42% 0.58% -
XYZ 17.48 13.88 10.56 -
YUV 105.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 149 87 86 0 0.42 0.42 0.42 0.95 0.27 0.46
Hex 95 57 56 0 2A 2A 2A 1 1B 2E
Octal 225 127 126 0 52 52 52 1 33 56
Binary 10010101 1010111 1010110 0 101010 101010 101010 1 11011 101110

Color Harmonies of #955756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955756

Black with #955756

Text Example


Text Example

White with #955756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955756; }

 p { color: rgb(149,87,86); }

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

background-color css

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

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

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

border-color css

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

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

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