Html Css Color HEX #955E5C Rose Taupe

📋 copy color: '#955E5C'

red 149 ◦ green 94 ◦ blue 92

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

Shades of Rose Taupe #955E5C

Tints of Rose Taupe #955E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 44.48%
G = 28.06%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#955E5C (or 0x955E5C) is known color: Rose Taupe. HEX triplet: 95, 5E and 5C. RGB value is (149,94,92). Sum of RGB (Red+Green+Blue) = 149+94+92=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E5C is #6AA1A3. Grayscale: #6E6E6E. Windows color (decimal): -6988196 or 6053525. OLE color: 6053525.

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

Color convert

RGB 149 94 92 -
CMYK 0 0.37 0.38 0.42
HSL 2.11º 0.24% 0.47% -
HSV(B) 2.11º 0.38% 0.58% -
XYZ 18.33 15.17 12.09 -
YUV 110.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 149 94 92 0 0.37 0.38 0.42 2.11 0.24 0.47
Hex 95 5E 5C 0 25 26 2A 2 18 2F
Octal 225 136 134 0 45 46 52 2 30 57
Binary 10010101 1011110 1011100 0 100101 100110 101010 10 11000 101111

Color Harmonies of #955E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E5C

Black with #955E5C

Text Example


Text Example

White with #955E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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