Html Css Color HEX #955F58 Rose Taupe

📋 copy color: '#955F58'

red 149 ◦ green 95 ◦ blue 88

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

Shades of Rose Taupe #955F58

Tints of Rose Taupe #955F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.61%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 44.88%
G = 28.61%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#955F58 (or 0x955F58) is known color: Rose Taupe. HEX triplet: 95, 5F and 58. RGB value is (149,95,88). Sum of RGB (Red+Green+Blue) = 149+95+88=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F58 is #6AA0A7. Grayscale: #6E6E6E. Windows color (decimal): -6987944 or 5791637. OLE color: 5791637.

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

Color convert

RGB 149 95 88 -
CMYK 0 0.36 0.41 0.42
HSL 6.89º 0.26% 0.46% -
HSV(B) 6.89º 0.41% 0.58% -
XYZ 18.25 15.28 11.22 -
YUV 110.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 149 95 88 0 0.36 0.41 0.42 6.89 0.26 0.46
Hex 95 5F 58 0 24 29 2A 7 1A 2E
Octal 225 137 130 0 44 51 52 7 32 56
Binary 10010101 1011111 1011000 0 100100 101001 101010 111 11010 101110

Color Harmonies of #955F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F58

Black with #955F58

Text Example


Text Example

White with #955F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955F58; }

 p { color: rgb(149,95,88); }

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

background-color css

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

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

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

border-color css

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

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

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