Html Css Color HEX #8F605C Rose Taupe

📋 copy color: '#8F605C'

red 143 ◦ green 96 ◦ blue 92

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

Shades of Rose Taupe #8F605C

Tints of Rose Taupe #8F605C

RGB

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

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

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

R = 43.2%
G = 29%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8F605C (or 0x8F605C) is known color: Rose Taupe. HEX triplet: 8F, 60 and 5C. RGB value is (143,96,92). Sum of RGB (Red+Green+Blue) = 143+96+92=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F605C is #709FA3. Grayscale: #6D6D6D. Windows color (decimal): -7380900 or 6054031. OLE color: 6054031.

HSL color Cylindrical-coordinate representation of color #8F605C: hue angle of 4.71º 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 #8F605C is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 96 92 -
CMYK 0 0.33 0.36 0.44
HSL 4.71º 0.22% 0.46% -
HSV(B) 4.71º 0.36% 0.56% -
XYZ 17.44 14.98 12.1 -
YUV 109.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 143 96 92 0 0.33 0.36 0.44 4.71 0.22 0.46
Hex 8F 60 5C 0 21 24 2C 5 16 2E
Octal 217 140 134 0 41 44 54 5 26 56
Binary 10001111 1100000 1011100 0 100001 100100 101100 101 10110 101110

Color Harmonies of #8F605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F605C

Black with #8F605C

Text Example


Text Example

White with #8F605C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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