#693858

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

Shades of Finn #693858

Tints of Finn #693858

Color information

#693858 (or 0x693858) is unknown color: approx Finn. HEX triplet: 69, 38 and 58. RGB value is (105,56,88). Sum of RGB (Red+Green+Blue) = 105+56+88=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #693858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693858 is #96C7A7. Grayscale: #4A4A4A. Windows color (decimal): -9881512 or 5781609. OLE color: 5781609.

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

Color convert

RGB1055688-
CMYK00.470.160.59
HSL320.82º30.43%31.57%-
HSV(B)320.82º46.67%41.18%-
XYZ96.5410.02-
YUV74.3135.73149.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=42.17%
G=22.49%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105568800.470.160.59320.8230.4331.57
Hex69385802F103B1411e20
Octal1517013005720735013640
Binary1101001111000101100001011111000011101110100000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693858; }

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

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

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

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

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

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

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

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