#693957

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

Shades of Finn #693957

Tints of Finn #693957

Color information

#693957 (or 0x693957) is unknown color: approx Finn. HEX triplet: 69, 39 and 57. RGB value is (105,57,87). Sum of RGB (Red+Green+Blue) = 105+57+87=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #693957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693957 is #96C6A8. Grayscale: #4A4A4A. Windows color (decimal): -9881257 or 5716329. OLE color: 5716329.

HSL color Cylindrical-coordinate representation of color #693957: hue angle of 322.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #693957 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1055787-
CMYK00.460.170.59
HSL322.5º29.63%31.76%-
HSV(B)322.5º45.71%41.18%-
XYZ9.016.629.82-
YUV74.77134.9149.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=42.17%
G=22.89%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105578700.460.170.59322.529.6331.76
Hex69395702E113B1421e20
Octal1517112705621735023640
Binary1101001111001101011101011101000111101110100001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693957; }

 p { color: rgb(105,57,87); }

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

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

 a { background-color: rgb(105,57,87); }

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

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

 span { border-color: rgb(105,57,87); }

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