Html Css Color HEX #995959 Rose Taupe

📋 copy color: '#995959'

red 153 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #995959

Tints of Rose Taupe #995959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 46.22%
G = 26.89%
B = 26.89%

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

#995959 (or 0x995959) is known color: Rose Taupe. HEX triplet: 99, 59 and 59. RGB value is (153,89,89). Sum of RGB (Red+Green+Blue) = 153+89+89=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #995959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995959 is #66A6A6. Grayscale: #6C6C6C. Windows color (decimal): -6727335 or 5855641. OLE color: 5855641.

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

Color convert

RGB 153 89 89 -
CMYK 0 0.42 0.42 0.4
HSL 0.26% 0.47% -
HSV(B) 0.42% 0.6% -
XYZ 18.51 14.64 11.3 -
YUV 108.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 153 89 89 0 0.42 0.42 0.4 0 0.26 0.47
Hex 99 59 59 0 2A 2A 28 0 1A 2F
Octal 231 131 131 0 52 52 50 0 32 57
Binary 10011001 1011001 1011001 0 101010 101010 101000 0 11010 101111

Color Harmonies of #995959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995959

Black with #995959

Text Example


Text Example

White with #995959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995959; }

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

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

background-color css

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

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

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

border-color css

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

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

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