#693854

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

Shades of Finn #693854

Tints of Finn #693854

Color information

#693854 (or 0x693854) is unknown color: approx Finn. HEX triplet: 69, 38 and 54. RGB value is (105,56,84). Sum of RGB (Red+Green+Blue) = 105+56+84=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693854 is #96C7AB. Grayscale: #494949. Windows color (decimal): -9881516 or 5519465. OLE color: 5519465.

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

Color convert

RGB1055684-
CMYK00.470.200.59
HSL325.71º30.43%31.57%-
HSV(B)325.71º46.67%41.18%-
XYZ8.846.479.17-
YUV73.84133.73150.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=42.86%
G=22.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105568400.470.200.59325.7130.4331.57
Hex69385402F143B1461e20
Octal1517012405724735063640
Binary1101001111000101010001011111010011101110100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693854; }

 p { color: rgb(105,56,84); }

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

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

 a { background-color: rgb(105,56,84); }

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

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

 span { border-color: rgb(105,56,84); }

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