Html Css Color HEX #8F6462 Rose Taupe

📋 copy color: '#8F6462'

red 143 ◦ green 100 ◦ blue 98

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

Shades of Rose Taupe #8F6462

Tints of Rose Taupe #8F6462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 41.94%
G = 29.33%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F6462 (or 0x8F6462) is known color: Rose Taupe. HEX triplet: 8F, 64 and 62. RGB value is (143,100,98). Sum of RGB (Red+Green+Blue) = 143+100+98=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6462 is #709B9D. Grayscale: #707070. Windows color (decimal): -7379870 or 6448271. OLE color: 6448271.

HSL color Cylindrical-coordinate representation of color #8F6462: hue angle of 2.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6462 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 100 98 -
CMYK 0 0.30 0.31 0.44
HSL 2.67º 0.19% 0.47% -
HSV(B) 2.67º 0.31% 0.56% -
XYZ 18.09 15.84 13.66 -
YUV 112.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 143 100 98 0 0.30 0.31 0.44 2.67 0.19 0.47
Hex 8F 64 62 0 1E 1F 2C 3 13 2F
Octal 217 144 142 0 36 37 54 3 23 57
Binary 10001111 1100100 1100010 0 11110 11111 101100 11 10011 101111

Color Harmonies of #8F6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6462

Black with #8F6462

Text Example


Text Example

White with #8F6462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,98); }

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

background-color css

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

 a { background-color: rgb(143,100,98); }

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

border-color css

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

 span { border-color: rgb(143,100,98); }

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