Html Css Color HEX #995C58 Rose Taupe

📋 copy color: '#995C58'

red 153 ◦ green 92 ◦ blue 88

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

Shades of Rose Taupe #995C58

Tints of Rose Taupe #995C58

RGB

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

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

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

R = 45.95%
G = 27.63%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995C58 (or 0x995C58) is known color: Rose Taupe. HEX triplet: 99, 5C and 58. RGB value is (153,92,88). Sum of RGB (Red+Green+Blue) = 153+92+88=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #995C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C58 is #66A3A7. Grayscale: #6D6D6D. Windows color (decimal): -6726568 or 5790873. OLE color: 5790873.

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

Color convert

RGB 153 92 88 -
CMYK 0 0.40 0.42 0.4
HSL 3.69º 0.27% 0.47% -
HSV(B) 3.69º 0.42% 0.6% -
XYZ 18.73 15.13 11.17 -
YUV 109.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 153 92 88 0 0.40 0.42 0.4 3.69 0.27 0.47
Hex 99 5C 58 0 28 2A 28 4 1B 2F
Octal 231 134 130 0 50 52 50 4 33 57
Binary 10011001 1011100 1011000 0 101000 101010 101000 100 11011 101111

Color Harmonies of #995C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C58

Black with #995C58

Text Example


Text Example

White with #995C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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