Html Css Color HEX #956059 Rose Taupe

📋 copy color: '#956059'

red 149 ◦ green 96 ◦ blue 89

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

Shades of Rose Taupe #956059

Tints of Rose Taupe #956059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 44.61%
G = 28.74%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#956059 (or 0x956059) is known color: Rose Taupe. HEX triplet: 95, 60 and 59. RGB value is (149,96,89). Sum of RGB (Red+Green+Blue) = 149+96+89=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956059 is #6A9FA6. Grayscale: #6F6F6F. Windows color (decimal): -6987687 or 5857429. OLE color: 5857429.

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

Color convert

RGB 149 96 89 -
CMYK 0 0.36 0.40 0.42
HSL 0.25% 0.47% -
HSV(B) 0.4% 0.58% -
XYZ 18.38 15.48 11.47 -
YUV 111.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 149 96 89 0 0.36 0.40 0.42 7 0.25 0.47
Hex 95 60 59 0 24 28 2A 7 19 2F
Octal 225 140 131 0 44 50 52 7 31 57
Binary 10010101 1100000 1011001 0 100100 101000 101010 111 11001 101111

Color Harmonies of #956059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956059

Black with #956059

Text Example


Text Example

White with #956059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956059; }

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

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

background-color css

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

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

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

border-color css

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

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

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