#8A6767

Color #8A6767 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #8A6767

Tints of Ferra #8A6767

Color information

#8A6767 (or 0x8A6767) is unknown color: approx Ferra. HEX triplet: 8A, 67 and 67. RGB value is (138,103,103). Sum of RGB (Red+Green+Blue) = 138+103+103=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6767 is #759898. Grayscale: #717171. Windows color (decimal): -7706777 or 6776714. OLE color: 6776714.

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

Color convert

RGB138103103-
CMYK00.250.250.46
HSL14.52%47.25%-
HSV(B)25.36%54.12%-
XYZ17.7816.0815-
YUV113.46122.1145.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 103 (40.62% from 255) = 29.94%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=40.12%
G=29.94%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810310300.250.250.46014.5247.25
Hex8A6767019192E0f2f
Octal212147147031315601757
Binary10001010110011111001110110011100110111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,103,103); }

 H1.HeaderClassName
 {
   color: #8A6767;
 }
 .AnyTagClassName
 {
   color: #8A6767;
 }
</style>
background-color css

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

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

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

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

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

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