Html Css Color HEX #995C59 Rose Taupe

📋 copy color: '#995C59'

red 153 ◦ green 92 ◦ blue 89

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

Shades of Rose Taupe #995C59

Tints of Rose Taupe #995C59

RGB

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

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

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

R = 45.81%
G = 27.54%
B = 26.65%

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

#995C59 (or 0x995C59) is known color: Rose Taupe. HEX triplet: 99, 5C and 59. RGB value is (153,92,89). Sum of RGB (Red+Green+Blue) = 153+92+89=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C59 is #66A3A6. Grayscale: #6D6D6D. Windows color (decimal): -6726567 or 5856409. OLE color: 5856409.

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

Color convert

RGB 153 92 89 -
CMYK 0 0.40 0.42 0.4
HSL 2.81º 0.26% 0.47% -
HSV(B) 2.81º 0.42% 0.6% -
XYZ 18.77 15.15 11.39 -
YUV 109.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 153 92 89 0 0.40 0.42 0.4 2.81 0.26 0.47
Hex 99 5C 59 0 28 2A 28 3 1A 2F
Octal 231 134 131 0 50 52 50 3 32 57
Binary 10011001 1011100 1011001 0 101000 101010 101000 11 11010 101111

Color Harmonies of #995C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C59

Black with #995C59

Text Example


Text Example

White with #995C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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