#695354

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

Shades of Falcon #695354

Tints of Falcon #695354

Color information

#695354 (or 0x695354) is unknown color: approx Falcon. HEX triplet: 69, 53 and 54. RGB value is (105,83,84). Sum of RGB (Red+Green+Blue) = 105+83+84=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #695354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695354 is #96ACAB. Grayscale: #595959. Windows color (decimal): -9874604 or 5526377. OLE color: 5526377.

HSL color Cylindrical-coordinate representation of color #695354: hue angle of 357.27º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695354 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1058384-
CMYK00.210.200.59
HSL357.27º11.7%36.86%-
HSV(B)357.27º20.95%41.18%-
XYZ10.529.839.73-
YUV89.69124.79138.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=38.60%
G=30.51%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105838400.210.200.59357.2711.736.86
Hex695354015143B165c25
Octal15112312402524735451445
Binary110100110100111010100010101101001110111011001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695354; }

 p { color: rgb(105,83,84); }

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

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

 a { background-color: rgb(105,83,84); }

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

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

 span { border-color: rgb(105,83,84); }

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