#8B6D68

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

Shades of Ferra #8B6D68

Tints of Ferra #8B6D68

Color information

#8B6D68 (or 0x8B6D68) is unknown color: approx Ferra. HEX triplet: 8B, 6D and 68. RGB value is (139,109,104). Sum of RGB (Red+Green+Blue) = 139+109+104=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D68 is #749297. Grayscale: #757575. Windows color (decimal): -7639704 or 6843787. OLE color: 6843787.

HSL color Cylindrical-coordinate representation of color #8B6D68: hue angle of 8.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B6D68 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB139109104-
CMYK00.220.250.45
HSL8.57º14.4%47.65%-
HSV(B)8.57º25.18%54.51%-
XYZ18.6117.4315.48-
YUV117.4120.44143.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=39.49%
G=30.97%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910910400.220.250.458.5714.447.65
Hex8B6D68016192D9e30
Octal2131551500263155111660
Binary10001011110110111010000101101100110110110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,104); }

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

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

 a { background-color: rgb(139,109,104); }

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

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

 span { border-color: rgb(139,109,104); }

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