Html Css Color HEX #8F6666 Copper Rose

📋 copy color: '#8F6666'

red 143 ◦ green 102 ◦ blue 102

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

Shades of Copper Rose #8F6666

Tints of Copper Rose #8F6666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 41.21%
G = 29.39%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8F6666 (or 0x8F6666) is known color: Copper Rose. HEX triplet: 8F, 66 and 66. RGB value is (143,102,102). Sum of RGB (Red+Green+Blue) = 143+102+102=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6666 is #709999. Grayscale: #727272. Windows color (decimal): -7379354 or 6710927. OLE color: 6710927.

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

Color convert

RGB 143 102 102 -
CMYK 0 0.29 0.29 0.44
HSL 0.17% 0.48% -
HSV(B) 0.29% 0.56% -
XYZ 18.48 16.3 14.74 -
YUV 114.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 143 102 102 0 0.29 0.29 0.44 0 0.17 0.48
Hex 8F 66 66 0 1D 1D 2C 0 11 30
Octal 217 146 146 0 35 35 54 0 21 60
Binary 10001111 1100110 1100110 0 11101 11101 101100 0 10001 110000

Color Harmonies of #8F6666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6666

Black with #8F6666

Text Example


Text Example

White with #8F6666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,102,102); }

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

background-color css

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

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

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

border-color css

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

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

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