Html Css Color HEX #955F5A Rose Taupe

📋 copy color: '#955F5A'

red 149 ◦ green 95 ◦ blue 90

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

Shades of Rose Taupe #955F5A

Tints of Rose Taupe #955F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 44.61%
G = 28.44%
B = 26.95%

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

#955F5A (or 0x955F5A) is known color: Rose Taupe. HEX triplet: 95, 5F and 5A. RGB value is (149,95,90). Sum of RGB (Red+Green+Blue) = 149+95+90=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F5A is #6AA0A5. Grayscale: #6E6E6E. Windows color (decimal): -6987942 or 5922709. OLE color: 5922709.

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

Color convert

RGB 149 95 90 -
CMYK 0 0.36 0.40 0.42
HSL 5.08º 0.25% 0.47% -
HSV(B) 5.08º 0.4% 0.58% -
XYZ 18.33 15.31 11.66 -
YUV 110.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 149 95 90 0 0.36 0.40 0.42 5.08 0.25 0.47
Hex 95 5F 5A 0 24 28 2A 5 19 2F
Octal 225 137 132 0 44 50 52 5 31 57
Binary 10010101 1011111 1011010 0 100100 101000 101010 101 11001 101111

Color Harmonies of #955F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F5A

Black with #955F5A

Text Example


Text Example

White with #955F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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