#695C5E

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

Shades of Falcon #695C5E

Tints of Falcon #695C5E

Color information

#695C5E (or 0x695C5E) is unknown color: approx Falcon. HEX triplet: 69, 5C and 5E. RGB value is (105,92,94). Sum of RGB (Red+Green+Blue) = 105+92+94=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #695C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C5E is #96A3A1. Grayscale: #606060. Windows color (decimal): -9872290 or 6184041. OLE color: 6184041.

HSL color Cylindrical-coordinate representation of color #695C5E: hue angle of 350.77º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #695C5E is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1059294-
CMYK00.120.100.59
HSL350.77º6.6%38.63%-
HSV(B)350.77º12.38%41.18%-
XYZ11.6711.4712.19-
YUV96.12126.81134.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=36.08%
G=31.62%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105929400.120.100.59350.776.638.63
Hex695C5E0CA3B15f727
Octal1511341360141273537747
Binary110100110111001011110011001010111011101011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695C5E; }

 p { color: rgb(105,92,94); }

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

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

 a { background-color: rgb(105,92,94); }

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

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

 span { border-color: rgb(105,92,94); }

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