#695051

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

Shades of Falcon #695051

Tints of Falcon #695051

Color information

#695051 (or 0x695051) is unknown color: approx Falcon. HEX triplet: 69, 50 and 51. RGB value is (105,80,81). Sum of RGB (Red+Green+Blue) = 105+80+81=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #695051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695051 is #96AFAE. Grayscale: #575757. Windows color (decimal): -9875375 or 5329001. OLE color: 5329001.

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

Color convert

RGB1058081-
CMYK00.240.230.59
HSL357.6º13.51%36.27%-
HSV(B)357.6º23.81%41.18%-
XYZ10.189.339.05-
YUV87.59124.28140.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=39.47%
G=30.08%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105808100.240.230.59357.613.5136.27
Hex695051018173B166e24
Octal15112012103027735461644
Binary110100110100001010001011000101111110111011001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695051; }

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

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

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

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

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

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

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

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