Html Css Color HEX #995C5B Rose Taupe

📋 copy color: '#995C5B'

red 153 ◦ green 92 ◦ blue 91

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

Shades of Rose Taupe #995C5B

Tints of Rose Taupe #995C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 45.54%
G = 27.38%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#995C5B (or 0x995C5B) is known color: Rose Taupe. HEX triplet: 99, 5C and 5B. RGB value is (153,92,91). Sum of RGB (Red+Green+Blue) = 153+92+91=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #995C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C5B is #66A3A4. Grayscale: #6E6E6E. Windows color (decimal): -6726565 or 5987481. OLE color: 5987481.

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

Color convert

RGB 153 92 91 -
CMYK 0 0.40 0.41 0.4
HSL 0.97º 0.25% 0.48% -
HSV(B) 0.97º 0.41% 0.6% -
XYZ 18.85 15.18 11.83 -
YUV 110.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 153 92 91 0 0.40 0.41 0.4 0.97 0.25 0.48
Hex 99 5C 5B 0 28 29 28 1 19 30
Octal 231 134 133 0 50 51 50 1 31 60
Binary 10011001 1011100 1011011 0 101000 101001 101000 1 11001 110000

Color Harmonies of #995C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C5B

Black with #995C5B

Text Example


Text Example

White with #995C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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