#695153

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

Shades of Falcon #695153

Tints of Falcon #695153

Color information

#695153 (or 0x695153) is unknown color: approx Falcon. HEX triplet: 69, 51 and 53. RGB value is (105,81,83). Sum of RGB (Red+Green+Blue) = 105+81+83=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #695153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695153 is #96AEAC. Grayscale: #585858. Windows color (decimal): -9875117 or 5460329. OLE color: 5460329.

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

Color convert

RGB1058183-
CMYK00.230.210.59
HSL355º12.9%36.47%-
HSV(B)355º22.86%41.18%-
XYZ10.339.519.48-
YUV88.4124.95139.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=39.03%
G=30.11%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105818300.230.210.5935512.936.47
Hex695153017153B163d24
Octal15112112302725735431544
Binary110100110100011010011010111101011110111011000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695153; }

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

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

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

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

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

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

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

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