#6F5254

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

Shades of Falcon #6F5254

Tints of Falcon #6F5254

Color information

#6F5254 (or 0x6F5254) is unknown color: approx Falcon. HEX triplet: 6F, 52 and 54. RGB value is (111,82,84). Sum of RGB (Red+Green+Blue) = 111+82+84=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5254 is #90ADAB. Grayscale: #5A5A5A. Windows color (decimal): -9481644 or 5526127. OLE color: 5526127.

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

Color convert

RGB1118284-
CMYK00.260.240.56
HSL355.86º15.03%37.84%-
HSV(B)355.86º26.13%43.53%-
XYZ11.1710.059.74-
YUV90.9124.11142.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=40.07%
G=29.60%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111828400.260.240.56355.8615.0337.84
Hex6F525401A1838164f26
Octal15712212403230705441746
Binary110111110100101010100011010110001110001011001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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