#896C6C

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

Shades of Ferra #896C6C

Tints of Ferra #896C6C

Color information

#896C6C (or 0x896C6C) is unknown color: approx Ferra. HEX triplet: 89, 6C and 6C. RGB value is (137,108,108). Sum of RGB (Red+Green+Blue) = 137+108+108=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C6C is #769393. Grayscale: #747474. Windows color (decimal): -7771028 or 7105673. OLE color: 7105673.

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

Color convert

RGB137108108-
CMYK00.210.210.46
HSL11.84%48.04%-
HSV(B)21.17%53.73%-
XYZ18.3917.1316.52-
YUV116.67123.11142.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=38.81%
G=30.59%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710810800.210.210.46011.8448.04
Hex896C6C015152E0c30
Octal211154154025255601460
Binary10001001110110011011000101011010110111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896C6C; }

 p { color: rgb(137,108,108); }

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

<style>
 a { background-color: #896C6C; }

 a { background-color: rgb(137,108,108); }

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

<style>
 span { border-color: #896C6C; }

 span { border-color: rgb(137,108,108); }

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