#6F5255

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

Shades of Falcon #6F5255

Tints of Falcon #6F5255

Color information

#6F5255 (or 0x6F5255) is unknown color: approx Falcon. HEX triplet: 6F, 52 and 55. RGB value is (111,82,85). Sum of RGB (Red+Green+Blue) = 111+82+85=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5255 is #90ADAA. Grayscale: #5B5B5B. Windows color (decimal): -9481643 or 5591663. OLE color: 5591663.

HSL color Cylindrical-coordinate representation of color #6F5255: hue angle of 353.79º 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 #6F5255 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1118285-
CMYK00.260.230.56
HSL353.79º15.03%37.84%-
HSV(B)353.79º26.13%43.53%-
XYZ11.2110.079.95-
YUV91.01124.61142.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=39.93%
G=29.50%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111828500.260.230.56353.7915.0337.84
Hex6F525501A1738162f26
Octal15712212503227705421746
Binary110111110100101010101011010101111110001011000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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