Html Css Color HEX #995F59 Rose Taupe

📋 copy color: '#995F59'

red 153 ◦ green 95 ◦ blue 89

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

Shades of Rose Taupe #995F59

Tints of Rose Taupe #995F59

RGB

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

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

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

R = 45.4%
G = 28.19%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995F59 (or 0x995F59) is known color: Rose Taupe. HEX triplet: 99, 5F and 59. RGB value is (153,95,89). Sum of RGB (Red+Green+Blue) = 153+95+89=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #995F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F59 is #66A0A6. Grayscale: #6F6F6F. Windows color (decimal): -6725799 or 5857177. OLE color: 5857177.

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

Color convert

RGB 153 95 89 -
CMYK 0 0.38 0.42 0.4
HSL 5.63º 0.26% 0.47% -
HSV(B) 5.63º 0.42% 0.6% -
XYZ 19.03 15.68 11.47 -
YUV 111.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 153 95 89 0 0.38 0.42 0.4 5.63 0.26 0.47
Hex 99 5F 59 0 26 2A 28 6 1A 2F
Octal 231 137 131 0 46 52 50 6 32 57
Binary 10011001 1011111 1011001 0 100110 101010 101000 110 11010 101111

Color Harmonies of #995F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F59

Black with #995F59

Text Example


Text Example

White with #995F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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