#6C5256

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

Shades of Falcon #6C5256

Tints of Falcon #6C5256

Color information

#6C5256 (or 0x6C5256) is unknown color: approx Falcon. HEX triplet: 6C, 52 and 56. RGB value is (108,82,86). Sum of RGB (Red+Green+Blue) = 108+82+86=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5256 is #93ADA9. Grayscale: #5A5A5A. Windows color (decimal): -9678250 or 5657196. OLE color: 5657196.

HSL color Cylindrical-coordinate representation of color #6C5256: hue angle of 350.77º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C5256 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1088286-
CMYK00.240.200.58
HSL350.77º13.68%37.25%-
HSV(B)350.77º24.07%42.35%-
XYZ10.889.8910.14-
YUV90.23125.61140.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=39.13%
G=29.71%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108828600.240.200.58350.7713.6837.25
Hex6C5256018143A15fe25
Octal15412212603024725371645
Binary110110010100101010110011000101001110101010111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,86); }

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

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

 a { background-color: rgb(108,82,86); }

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

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

 span { border-color: rgb(108,82,86); }

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