Html Css Color HEX #955C55 Rose Taupe

📋 copy color: '#955C55'

red 149 ◦ green 92 ◦ blue 85

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

Shades of Rose Taupe #955C55

Tints of Rose Taupe #955C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 45.71%
G = 28.22%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#955C55 (or 0x955C55) is known color: Rose Taupe. HEX triplet: 95, 5C and 55. RGB value is (149,92,85). Sum of RGB (Red+Green+Blue) = 149+92+85=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #955C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C55 is #6AA3AA. Grayscale: #6C6C6C. Windows color (decimal): -6988715 or 5594261. OLE color: 5594261.

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

Color convert

RGB 149 92 85 -
CMYK 0 0.38 0.43 0.42
HSL 6.56º 0.27% 0.46% -
HSV(B) 6.56º 0.43% 0.58% -
XYZ 17.86 14.7 10.49 -
YUV 108.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 149 92 85 0 0.38 0.43 0.42 6.56 0.27 0.46
Hex 95 5C 55 0 26 2B 2A 7 1B 2E
Octal 225 134 125 0 46 53 52 7 33 56
Binary 10010101 1011100 1010101 0 100110 101011 101010 111 11011 101110

Color Harmonies of #955C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C55

Black with #955C55

Text Example


Text Example

White with #955C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,92,85); }

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

background-color css

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

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

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

border-color css

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

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

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