Html Css Color HEX #8B6A66 Ferra

📋 copy color: '#8B6A66'

red 139 ◦ green 106 ◦ blue 102

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

Shades of Ferra #8B6A66

Tints of Ferra #8B6A66

RGB

 RED value IS 139 (54.69% from 255) = 40.06%

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 40.06%
G = 30.55%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B6A66 (or 0x8B6A66) is known color: Ferra. HEX triplet: 8B, 6A and 66. RGB value is (139,106,102). Sum of RGB (Red+Green+Blue) = 139+106+102=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A66 is #749599. Grayscale: #737373. Windows color (decimal): -7640474 or 6711947. OLE color: 6711947.

HSL color Cylindrical-coordinate representation of color #8B6A66: hue angle of 6.49º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6A66 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 106 102 -
CMYK 0 0.24 0.27 0.45
HSL 6.49º 0.15% 0.47% -
HSV(B) 6.49º 0.27% 0.55% -
XYZ 18.2 16.76 14.85 -
YUV 115.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 139 106 102 0 0.24 0.27 0.45 6.49 0.15 0.47
Hex 8B 6A 66 0 18 1B 2D 6 F 2F
Octal 213 152 146 0 30 33 55 6 17 57
Binary 10001011 1101010 1100110 0 11000 11011 101101 110 1111 101111

Color Harmonies of #8B6A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6A66

Black with #8B6A66

Text Example


Text Example

White with #8B6A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,106,102); }

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

background-color css

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

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

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

border-color css

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

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

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