#806969

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

Shades of Ferra #806969

Tints of Ferra #806969

Color information

#806969 (or 0x806969) is unknown color: approx Ferra. HEX triplet: 80, 69 and 69. RGB value is (128,105,105). Sum of RGB (Red+Green+Blue) = 128+105+105=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #806969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806969 is #7F9696. Grayscale: #6F6F6F. Windows color (decimal): -8361623 or 6908288. OLE color: 6908288.

HSL color Cylindrical-coordinate representation of color #806969: hue angle of 0º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #806969 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB128105105-
CMYK00.180.180.50
HSL9.87%45.69%-
HSV(B)17.97%50.2%-
XYZ16.515.7115.53-
YUV111.88124.12139.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=37.87%
G=31.07%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810510500.180.180.5009.8745.69
Hex80696901212320a2e
Octal200151151022226201256
Binary10000000110100111010010100101001011001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806969; }

 p { color: rgb(128,105,105); }

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

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

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

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

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

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

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