Html Css Color HEX #8A6E65 Ferra

📋 copy color: '#8A6E65'

red 138 ◦ green 110 ◦ blue 101

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

Shades of Ferra #8A6E65

Tints of Ferra #8A6E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

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

R = 39.54%
G = 31.52%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#8A6E65 (or 0x8A6E65) is known color: Ferra. HEX triplet: 8A, 6E and 65. RGB value is (138,110,101). Sum of RGB (Red+Green+Blue) = 138+110+101=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6E65 is #75919A. Grayscale: #757575. Windows color (decimal): -7704987 or 6647434. OLE color: 6647434.

HSL color Cylindrical-coordinate representation of color #8A6E65: hue angle of 14.59º 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 #8A6E65 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 110 101 -
CMYK 0 0.20 0.27 0.46
HSL 14.59º 0.15% 0.47% -
HSV(B) 14.59º 0.27% 0.54% -
XYZ 18.41 17.49 14.72 -
YUV 117.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 138 110 101 0 0.20 0.27 0.46 14.59 0.15 0.47
Hex 8A 6E 65 0 14 1B 2E F F 2F
Octal 212 156 145 0 24 33 56 17 17 57
Binary 10001010 1101110 1100101 0 10100 11011 101110 1111 1111 101111

Color Harmonies of #8A6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6E65

Black with #8A6E65

Text Example


Text Example

White with #8A6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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