#695152

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

Shades of Falcon #695152

Tints of Falcon #695152

Color information

#695152 (or 0x695152) is unknown color: approx Falcon. HEX triplet: 69, 51 and 52. RGB value is (105,81,82). Sum of RGB (Red+Green+Blue) = 105+81+82=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #695152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695152 is #96AEAD. Grayscale: #585858. Windows color (decimal): -9875118 or 5394793. OLE color: 5394793.

HSL color Cylindrical-coordinate representation of color #695152: hue angle of 357.5º 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 #695152 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1058182-
CMYK00.230.220.59
HSL357.5º12.9%36.47%-
HSV(B)357.5º22.86%41.18%-
XYZ10.299.59.27-
YUV88.29124.45139.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=39.18%
G=30.22%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105818200.230.220.59357.512.936.47
Hex695152017163B166d24
Octal15112112202726735461544
Binary110100110100011010010010111101101110111011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695152; }

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

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

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

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

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

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

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

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