#693b55

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

Shades of Finn #693B55

Tints of Finn #693B55

Color information

#693B55 (or 0x693B55) is unknown color: approx Finn. HEX triplet: 69, 3B and 55. RGB value is (105,59,85). Sum of RGB (Red+Green+Blue) = 105+59+85=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #693B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B55 is #96C4AA. Grayscale: #4B4B4B. Windows color (decimal): -9880747 or 5585769. OLE color: 5585769.

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

Color convert

RGB1055985-
CMYK00.440.190.59
HSL326.09º28.05%32.16%-
HSV(B)326.09º43.81%41.18%-
XYZ9.036.799.43-
YUV75.72133.24148.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=42.17%
G=23.69%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105598500.440.190.59326.0928.0532.16
Hex693B5502C133B1461c20
Octal1517312505423735063440
Binary1101001111011101010101011001001111101110100011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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