#8C6D68

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

Shades of Ferra #8C6D68

Tints of Ferra #8C6D68

Color information

#8C6D68 (or 0x8C6D68) is unknown color: approx Ferra. HEX triplet: 8C, 6D and 68. RGB value is (140,109,104). Sum of RGB (Red+Green+Blue) = 140+109+104=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D68 is #739297. Grayscale: #757575. Windows color (decimal): -7574168 or 6843788. OLE color: 6843788.

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

Color convert

RGB140109104-
CMYK00.220.260.45
HSL8.33º14.75%47.84%-
HSV(B)8.33º25.71%54.9%-
XYZ18.7817.5115.49-
YUV117.7120.27143.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.66%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=39.66%
G=30.88%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010910400.220.260.458.3314.7547.84
Hex8C6D680161A2D8f30
Octal2141551500263255101760
Binary10001100110110111010000101101101010110110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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