#693855

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

Shades of Finn #693855

Tints of Finn #693855

Color information

#693855 (or 0x693855) is unknown color: approx Finn. HEX triplet: 69, 38 and 55. RGB value is (105,56,85). Sum of RGB (Red+Green+Blue) = 105+56+85=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693855 is #96C7AA. Grayscale: #494949. Windows color (decimal): -9881515 or 5585001. OLE color: 5585001.

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

Color convert

RGB1055685-
CMYK00.470.190.59
HSL324.49º30.43%31.57%-
HSV(B)324.49º46.67%41.18%-
XYZ8.886.499.38-
YUV73.96134.23150.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=42.68%
G=22.76%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105568500.470.190.59324.4930.4331.57
Hex69385502F133B1441e20
Octal1517012505723735043640
Binary1101001111000101010101011111001111101110100010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693855; }

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

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

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

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

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

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

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

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