#693B51

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

Shades of Finn #693B51

Tints of Finn #693B51

Color information

#693B51 (or 0x693B51) is unknown color: approx Finn. HEX triplet: 69, 3B and 51. RGB value is (105,59,81). Sum of RGB (Red+Green+Blue) = 105+59+81=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B51 is #96C4AE. Grayscale: #4B4B4B. Windows color (decimal): -9880751 or 5323625. OLE color: 5323625.

HSL color Cylindrical-coordinate representation of color #693B51: hue angle of 331.3º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B51 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1055981-
CMYK00.440.230.59
HSL331.3º28.05%32.16%-
HSV(B)331.3º43.81%41.18%-
XYZ8.876.738.61-
YUV75.26131.24149.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=42.86%
G=24.08%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105598100.440.230.59331.328.0532.16
Hex693B5102C173B14b1c20
Octal1517312105427735133440
Binary1101001111011101000101011001011111101110100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693B51; }

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

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

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

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

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

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

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

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