Html Css Color HEX #8D605F Rose Taupe

📋 copy color: '#8D605F'

red 141 ◦ green 96 ◦ blue 95

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

Shades of Rose Taupe #8D605F

Tints of Rose Taupe #8D605F

RGB

 RED value IS 141 (55.47% from 255) = 42.47%

 GREEN value IS 96 (37.89% from 255) = 28.92%

 BLUE value IS 95 (37.5% from 255) = 28.61%

R = 42.47%
G = 28.92%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D605F (or 0x8D605F) is known color: Rose Taupe. HEX triplet: 8D, 60 and 5F. RGB value is (141,96,95). Sum of RGB (Red+Green+Blue) = 141+96+95=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D605F is #729FA0. Grayscale: #6D6D6D. Windows color (decimal): -7511969 or 6250637. OLE color: 6250637.

HSL color Cylindrical-coordinate representation of color #8D605F: hue angle of 1.3º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D605F is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 96 95 -
CMYK 0 0.32 0.33 0.45
HSL 1.3º 0.19% 0.46% -
HSV(B) 1.3º 0.33% 0.55% -
XYZ 17.23 14.85 12.79 -
YUV 109.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 141 96 95 0 0.32 0.33 0.45 1.3 0.19 0.46
Hex 8D 60 5F 0 20 21 2D 1 13 2E
Octal 215 140 137 0 40 41 55 1 23 56
Binary 10001101 1100000 1011111 0 100000 100001 101101 1 10011 101110

Color Harmonies of #8D605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D605F

Black with #8D605F

Text Example


Text Example

White with #8D605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D605F; }

 p { color: rgb(141,96,95); }

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

background-color css

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

 a { background-color: rgb(141,96,95); }

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

border-color css

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

 span { border-color: rgb(141,96,95); }

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