Html Css Color HEX #995958 Rose Taupe

📋 copy color: '#995958'

red 153 ◦ green 89 ◦ blue 88

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

Shades of Rose Taupe #995958

Tints of Rose Taupe #995958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 46.36%
G = 26.97%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995958 (or 0x995958) is known color: Rose Taupe. HEX triplet: 99, 59 and 58. RGB value is (153,89,88). Sum of RGB (Red+Green+Blue) = 153+89+88=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995958 is #66A6A7. Grayscale: #6C6C6C. Windows color (decimal): -6727336 or 5790105. OLE color: 5790105.

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

Color convert

RGB 153 89 88 -
CMYK 0 0.42 0.42 0.4
HSL 0.92º 0.27% 0.47% -
HSV(B) 0.92º 0.42% 0.6% -
XYZ 18.47 14.62 11.08 -
YUV 108.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 153 89 88 0 0.42 0.42 0.4 0.92 0.27 0.47
Hex 99 59 58 0 2A 2A 28 1 1B 2F
Octal 231 131 130 0 52 52 50 1 33 57
Binary 10011001 1011001 1011000 0 101010 101010 101000 1 11011 101111

Color Harmonies of #995958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995958

Black with #995958

Text Example


Text Example

White with #995958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995958; }

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

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

background-color css

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

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

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

border-color css

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

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

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