Html Css Color HEX #8A6E69 Ferra

📋 copy color: '#8A6E69'

red 138 ◦ green 110 ◦ blue 105

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

Shades of Ferra #8A6E69

Tints of Ferra #8A6E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 39.09%
G = 31.16%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#8A6E69 (or 0x8A6E69) is known color: Ferra. HEX triplet: 8A, 6E and 69. RGB value is (138,110,105). Sum of RGB (Red+Green+Blue) = 138+110+105=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6E69 is #759196. Grayscale: #757575. Windows color (decimal): -7704983 or 6909578. OLE color: 6909578.

HSL color Cylindrical-coordinate representation of color #8A6E69: hue angle of 9.09º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A6E69 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 110 105 -
CMYK 0 0.20 0.24 0.46
HSL 9.09º 0.14% 0.48% -
HSV(B) 9.09º 0.24% 0.54% -
XYZ 18.61 17.58 15.78 -
YUV 117.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 138 110 105 0 0.20 0.24 0.46 9.09 0.14 0.48
Hex 8A 6E 69 0 14 18 2E 9 E 30
Octal 212 156 151 0 24 30 56 11 16 60
Binary 10001010 1101110 1101001 0 10100 11000 101110 1001 1110 110000

Color Harmonies of #8A6E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6E69

Black with #8A6E69

Text Example


Text Example

White with #8A6E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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