#6F5052

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

Shades of Falcon #6F5052

Tints of Falcon #6F5052

Color information

#6F5052 (or 0x6F5052) is unknown color: approx Falcon. HEX triplet: 6F, 50 and 52. RGB value is (111,80,82). Sum of RGB (Red+Green+Blue) = 111+80+82=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5052 is #90AFAD. Grayscale: #595959. Windows color (decimal): -9482158 or 5394543. OLE color: 5394543.

HSL color Cylindrical-coordinate representation of color #6F5052: hue angle of 356.13º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F5052 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB1118082-
CMYK00.280.260.56
HSL356.13º16.23%37.45%-
HSV(B)356.13º27.93%43.53%-
XYZ10.959.739.28-
YUV89.5123.77143.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.66%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=40.66%
G=29.30%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111808200.280.260.56356.1316.2337.45
Hex6F505201C1A381641025
Octal15712012203432705442045
Binary1101111101000010100100111001101011100010110010010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F5052; }

 p { color: rgb(111,80,82); }

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

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

 a { background-color: rgb(111,80,82); }

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

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

 span { border-color: rgb(111,80,82); }

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