#693851

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

Shades of Finn #693851

Tints of Finn #693851

Color information

#693851 (or 0x693851) is unknown color: approx Finn. HEX triplet: 69, 38 and 51. RGB value is (105,56,81). Sum of RGB (Red+Green+Blue) = 105+56+81=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693851 is #96C7AE. Grayscale: #494949. Windows color (decimal): -9881519 or 5322857. OLE color: 5322857.

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

Color convert

RGB1055681-
CMYK00.470.230.59
HSL329.39º30.43%31.57%-
HSV(B)329.39º46.67%41.18%-
XYZ8.736.438.57-
YUV73.5132.23150.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=43.39%
G=23.14%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105568100.470.230.59329.3930.4331.57
Hex69385102F173B1491e20
Octal1517012105727735113640
Binary1101001111000101000101011111011111101110100100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693851; }

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

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

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

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

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

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

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

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