Html Css Color HEX #995C57 Rose Taupe

📋 copy color: '#995C57'

red 153 ◦ green 92 ◦ blue 87

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

Shades of Rose Taupe #995C57

Tints of Rose Taupe #995C57

RGB

 RED value IS 153 (60.16% from 255) = 46.08%

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

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 46.08%
G = 27.71%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#995C57 (or 0x995C57) is known color: Rose Taupe. HEX triplet: 99, 5C and 57. RGB value is (153,92,87). Sum of RGB (Red+Green+Blue) = 153+92+87=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #995C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C57 is #66A3A8. Grayscale: #6D6D6D. Windows color (decimal): -6726569 or 5725337. OLE color: 5725337.

HSL color Cylindrical-coordinate representation of color #995C57: hue angle of 4.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995C57 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 87 -
CMYK 0 0.40 0.43 0.4
HSL 4.55º 0.28% 0.47% -
HSV(B) 4.55º 0.43% 0.6% -
XYZ 18.68 15.11 10.95 -
YUV 109.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 153 92 87 0 0.40 0.43 0.4 4.55 0.28 0.47
Hex 99 5C 57 0 28 2B 28 5 1C 2F
Octal 231 134 127 0 50 53 50 5 34 57
Binary 10011001 1011100 1010111 0 101000 101011 101000 101 11100 101111

Color Harmonies of #995C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C57

Black with #995C57

Text Example


Text Example

White with #995C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995C57; }

 p { color: rgb(153,92,87); }

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

background-color css

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

 a { background-color: rgb(153,92,87); }

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

border-color css

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

 span { border-color: rgb(153,92,87); }

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