Html Css Color HEX #955959 Rose Taupe

📋 copy color: '#955959'

red 149 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #955959

Tints of Rose Taupe #955959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 45.57%
G = 27.22%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#955959 (or 0x955959) is known color: Rose Taupe. HEX triplet: 95, 59 and 59. RGB value is (149,89,89). Sum of RGB (Red+Green+Blue) = 149+89+89=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #955959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955959 is #6AA6A6. Grayscale: #6B6B6B. Windows color (decimal): -6989479 or 5855637. OLE color: 5855637.

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

Color convert

RGB 149 89 89 -
CMYK 0 0.40 0.40 0.42
HSL 0.25% 0.47% -
HSV(B) 0.4% 0.58% -
XYZ 17.77 14.26 11.27 -
YUV 106.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 149 89 89 0 0.40 0.40 0.42 0 0.25 0.47
Hex 95 59 59 0 28 28 2A 0 19 2F
Octal 225 131 131 0 50 50 52 0 31 57
Binary 10010101 1011001 1011001 0 101000 101000 101010 0 11001 101111

Color Harmonies of #955959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955959

Black with #955959

Text Example


Text Example

White with #955959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955959; }

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

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

background-color css

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

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

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

border-color css

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

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

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