Html Css Color HEX #956060 Rose Taupe

📋 copy color: '#956060'

red 149 ◦ green 96 ◦ blue 96

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

Shades of Rose Taupe #956060

Tints of Rose Taupe #956060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 96 (37.89% from 255) = 28.15%

R = 43.7%
G = 28.15%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#956060 (or 0x956060) is known color: Rose Taupe. HEX triplet: 95, 60 and 60. RGB value is (149,96,96). Sum of RGB (Red+Green+Blue) = 149+96+96=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #956060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956060 is #6A9F9F. Grayscale: #6F6F6F. Windows color (decimal): -6987680 or 6316181. OLE color: 6316181.

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

Color convert

RGB 149 96 96 -
CMYK 0 0.36 0.36 0.42
HSL 0.22% 0.48% -
HSV(B) 0.36% 0.58% -
XYZ 18.69 15.6 13.09 -
YUV 111.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 149 96 96 0 0.36 0.36 0.42 0 0.22 0.48
Hex 95 60 60 0 24 24 2A 0 16 30
Octal 225 140 140 0 44 44 52 0 26 60
Binary 10010101 1100000 1100000 0 100100 100100 101010 0 10110 110000

Color Harmonies of #956060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956060

Black with #956060

Text Example


Text Example

White with #956060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956060; }

 p { color: rgb(149,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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