#693450

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

Shades of Finn #693450

Tints of Finn #693450

Color information

#693450 (or 0x693450) is unknown color: approx Finn. HEX triplet: 69, 34 and 50. RGB value is (105,52,80). Sum of RGB (Red+Green+Blue) = 105+52+80=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #693450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693450 is #96CBAF. Grayscale: #464646. Windows color (decimal): -9882544 or 5256297. OLE color: 5256297.

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

Color convert

RGB1055280-
CMYK00.500.240.59
HSL328.3º33.76%30.78%-
HSV(B)328.3º50.48%41.18%-
XYZ8.56.048.31-
YUV71.04133.06152.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=44.30%
G=21.94%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105528000.500.240.59328.333.7630.78
Hex693450032183B148221f
Octal1516412006230735104237
Binary1101001110100101000001100101100011101110100100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693450; }

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

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

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

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

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

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

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

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