#693455

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

Shades of Finn #693455

Tints of Finn #693455

Color information

#693455 (or 0x693455) is unknown color: approx Finn. HEX triplet: 69, 34 and 55. RGB value is (105,52,85). Sum of RGB (Red+Green+Blue) = 105+52+85=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693455 is #96CBAA. Grayscale: #474747. Windows color (decimal): -9882539 or 5583977. OLE color: 5583977.

HSL color Cylindrical-coordinate representation of color #693455: hue angle of 322.64º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693455 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1055285-
CMYK00.500.190.59
HSL322.64º33.76%30.78%-
HSV(B)322.64º50.48%41.18%-
XYZ8.696.129.32-
YUV71.61135.56151.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=43.39%
G=21.49%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105528500.500.190.59322.6433.7630.78
Hex693455032133B143221f
Octal1516412506223735034237
Binary1101001110100101010101100101001111101110100001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693455; }

 p { color: rgb(105,52,85); }

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

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

 a { background-color: rgb(105,52,85); }

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

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

 span { border-color: rgb(105,52,85); }

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