Html Css Color HEX #8A6865 Ferra

📋 copy color: '#8A6865'

red 138 ◦ green 104 ◦ blue 101

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

Shades of Ferra #8A6865

Tints of Ferra #8A6865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 40.23%
G = 30.32%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A6865 (or 0x8A6865) is known color: Ferra. HEX triplet: 8A, 68 and 65. RGB value is (138,104,101). Sum of RGB (Red+Green+Blue) = 138+104+101=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6865 is #75979A. Grayscale: #717171. Windows color (decimal): -7706523 or 6645898. OLE color: 6645898.

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

Color convert

RGB 138 104 101 -
CMYK 0 0.25 0.27 0.46
HSL 4.86º 0.15% 0.47% -
HSV(B) 4.86º 0.27% 0.54% -
XYZ 17.78 16.24 14.51 -
YUV 113.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 138 104 101 0 0.25 0.27 0.46 4.86 0.15 0.47
Hex 8A 68 65 0 19 1B 2E 5 F 2F
Octal 212 150 145 0 31 33 56 5 17 57
Binary 10001010 1101000 1100101 0 11001 11011 101110 101 1111 101111

Color Harmonies of #8A6865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6865

Black with #8A6865

Text Example


Text Example

White with #8A6865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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