Html Css Color HEX #8F615C Rose Taupe

📋 copy color: '#8F615C'

red 143 ◦ green 97 ◦ blue 92

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

Shades of Rose Taupe #8F615C

Tints of Rose Taupe #8F615C

RGB

 RED value IS 143 (56.25% from 255) = 43.07%

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 43.07%
G = 29.22%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F615C (or 0x8F615C) is known color: Rose Taupe. HEX triplet: 8F, 61 and 5C. RGB value is (143,97,92). Sum of RGB (Red+Green+Blue) = 143+97+92=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F615C is #709EA3. Grayscale: #6E6E6E. Windows color (decimal): -7380644 or 6054287. OLE color: 6054287.

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

Color convert

RGB 143 97 92 -
CMYK 0 0.32 0.36 0.44
HSL 5.88º 0.22% 0.46% -
HSV(B) 5.88º 0.36% 0.56% -
XYZ 17.53 15.16 12.13 -
YUV 110.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 143 97 92 0 0.32 0.36 0.44 5.88 0.22 0.46
Hex 8F 61 5C 0 20 24 2C 6 16 2E
Octal 217 141 134 0 40 44 54 6 26 56
Binary 10001111 1100001 1011100 0 100000 100100 101100 110 10110 101110

Color Harmonies of #8F615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F615C

Black with #8F615C

Text Example


Text Example

White with #8F615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,97,92); }

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

background-color css

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

 a { background-color: rgb(143,97,92); }

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

border-color css

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

 span { border-color: rgb(143,97,92); }

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