Html Css Color HEX #8F6766 Ferra

📋 copy color: '#8F6766'

red 143 ◦ green 103 ◦ blue 102

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

Shades of Ferra #8F6766

Tints of Ferra #8F6766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 41.09%
G = 29.6%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8F6766 (or 0x8F6766) is known color: Ferra. HEX triplet: 8F, 67 and 66. RGB value is (143,103,102). Sum of RGB (Red+Green+Blue) = 143+103+102=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6766 is #709899. Grayscale: #727272. Windows color (decimal): -7379098 or 6711183. OLE color: 6711183.

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

Color convert

RGB 143 103 102 -
CMYK 0 0.28 0.29 0.44
HSL 1.46º 0.17% 0.48% -
HSV(B) 1.46º 0.29% 0.56% -
XYZ 18.58 16.5 14.78 -
YUV 114.85 120.75 148.08 -
System Red Green Blue C M Y K H S L
Decimal 143 103 102 0 0.28 0.29 0.44 1.46 0.17 0.48
Hex 8F 67 66 0 1C 1D 2C 1 11 30
Octal 217 147 146 0 34 35 54 1 21 60
Binary 10001111 1100111 1100110 0 11100 11101 101100 1 10001 110000

Color Harmonies of #8F6766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6766

Black with #8F6766

Text Example


Text Example

White with #8F6766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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