#693452

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

Shades of Finn #693452

Tints of Finn #693452

Color information

#693452 (or 0x693452) is unknown color: approx Finn. HEX triplet: 69, 34 and 52. RGB value is (105,52,82). Sum of RGB (Red+Green+Blue) = 105+52+82=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693452 is #96CBAD. Grayscale: #474747. Windows color (decimal): -9882542 or 5387369. OLE color: 5387369.

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

Color convert

RGB1055282-
CMYK00.500.220.59
HSL326.04º33.76%30.78%-
HSV(B)326.04º50.48%41.18%-
XYZ8.586.078.7-
YUV71.27134.06152.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=43.93%
G=21.76%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105528200.500.220.59326.0433.7630.78
Hex693452032163B146221f
Octal1516412206226735064237
Binary1101001110100101001001100101011011101110100011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693452; }

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

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

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

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

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

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

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

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