#6C5253

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

Shades of Falcon #6C5253

Tints of Falcon #6C5253

Color information

#6C5253 (or 0x6C5253) is unknown color: approx Falcon. HEX triplet: 6C, 52 and 53. RGB value is (108,82,83). Sum of RGB (Red+Green+Blue) = 108+82+83=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5253 is #93ADAC. Grayscale: #595959. Windows color (decimal): -9678253 or 5460588. OLE color: 5460588.

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

Color convert

RGB1088283-
CMYK00.240.230.58
HSL357.69º13.68%37.25%-
HSV(B)357.69º24.07%42.35%-
XYZ10.769.859.52-
YUV89.89124.11140.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 83 (32.81% from 255) = 30.40%
R=39.56%
G=30.04%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108828300.240.230.58357.6913.6837.25
Hex6C5253018173A166e25
Octal15412212303027725461645
Binary110110010100101010011011000101111110101011001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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