#857069

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

Shades of Ferra #857069

Tints of Ferra #857069

Color information

#857069 (or 0x857069) is unknown color: approx Ferra. HEX triplet: 85, 70 and 69. RGB value is (133,112,105). Sum of RGB (Red+Green+Blue) = 133+112+105=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857069 is #7A8F96. Grayscale: #757575. Windows color (decimal): -8032151 or 6910085. OLE color: 6910085.

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

Color convert

RGB133112105-
CMYK00.160.210.48
HSL15º11.76%46.67%-
HSV(B)15º21.05%52.16%-
XYZ18.0217.5915.81-
YUV117.48120.96139.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 105 (41.41% from 255) = 30%
R=38%
G=32%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311210500.160.210.481511.7646.67
Hex8570690101530fc2f
Octal2051601510202560171457
Binary10000101111000011010010100001010111000011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857069; }

 p { color: rgb(133,112,105); }

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

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

 a { background-color: rgb(133,112,105); }

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

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

 span { border-color: rgb(133,112,105); }

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