Html Css Color HEX #8A6866 Ferra

📋 copy color: '#8A6866'

red 138 ◦ green 104 ◦ blue 102

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

Shades of Ferra #8A6866

Tints of Ferra #8A6866

RGB

 RED value IS 138 (54.3% from 255) = 40.12%

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 40.12%
G = 30.23%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A6866 (or 0x8A6866) is known color: Ferra. HEX triplet: 8A, 68 and 66. RGB value is (138,104,102). Sum of RGB (Red+Green+Blue) = 138+104+102=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6866 is #759799. Grayscale: #717171. Windows color (decimal): -7706522 or 6711434. OLE color: 6711434.

HSL color Cylindrical-coordinate representation of color #8A6866: hue angle of 3.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A6866 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 102 -
CMYK 0 0.25 0.26 0.46
HSL 3.33º 0.15% 0.47% -
HSV(B) 3.33º 0.26% 0.54% -
XYZ 17.83 16.26 14.77 -
YUV 113.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 138 104 102 0 0.25 0.26 0.46 3.33 0.15 0.47
Hex 8A 68 66 0 19 1A 2E 3 F 2F
Octal 212 150 146 0 31 32 56 3 17 57
Binary 10001010 1101000 1100110 0 11001 11010 101110 11 1111 101111

Color Harmonies of #8A6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6866

Black with #8A6866

Text Example


Text Example

White with #8A6866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,102); }

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

background-color css

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

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

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

border-color css

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

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

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