Html Css Color HEX #8D605A Rose Taupe

📋 copy color: '#8D605A'

red 141 ◦ green 96 ◦ blue 90

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

Shades of Rose Taupe #8D605A

Tints of Rose Taupe #8D605A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 43.12%
G = 29.36%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D605A (or 0x8D605A) is known color: Rose Taupe. HEX triplet: 8D, 60 and 5A. RGB value is (141,96,90). Sum of RGB (Red+Green+Blue) = 141+96+90=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D605A is #729FA5. Grayscale: #6C6C6C. Windows color (decimal): -7511974 or 5922957. OLE color: 5922957.

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

Color convert

RGB 141 96 90 -
CMYK 0 0.32 0.36 0.45
HSL 7.06º 0.22% 0.45% -
HSV(B) 7.06º 0.36% 0.55% -
XYZ 17.01 14.77 11.63 -
YUV 108.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 141 96 90 0 0.32 0.36 0.45 7.06 0.22 0.45
Hex 8D 60 5A 0 20 24 2D 7 16 2D
Octal 215 140 132 0 40 44 55 7 26 55
Binary 10001101 1100000 1011010 0 100000 100100 101101 111 10110 101101

Color Harmonies of #8D605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D605A

Black with #8D605A

Text Example


Text Example

White with #8D605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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