#665253

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

Shades of Falcon #665253

Tints of Falcon #665253

Color information

#665253 (or 0x665253) is unknown color: approx Falcon. HEX triplet: 66, 52 and 53. RGB value is (102,82,83). Sum of RGB (Red+Green+Blue) = 102+82+83=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665253 is #99ADAC. Grayscale: #585858. Windows color (decimal): -10071469 or 5460582. OLE color: 5460582.

HSL color Cylindrical-coordinate representation of color #665253: hue angle of 357º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665253 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1028283-
CMYK00.200.190.6
HSL357º10.87%36.08%-
HSV(B)357º19.61%40%-
XYZ10.069.489.48-
YUV88.09125.13137.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=38.20%
G=30.71%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102828300.200.190.635710.8736.08
Hex665253014133C165b24
Octal14612212302423745451344
Binary110011010100101010011010100100111111001011001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665253; }

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

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

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

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

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

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

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

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