#693752

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

Shades of Finn #693752

Tints of Finn #693752

Color information

#693752 (or 0x693752) is unknown color: approx Finn. HEX triplet: 69, 37 and 52. RGB value is (105,55,82). Sum of RGB (Red+Green+Blue) = 105+55+82=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693752 is #96C8AD. Grayscale: #484848. Windows color (decimal): -9881774 or 5388137. OLE color: 5388137.

HSL color Cylindrical-coordinate representation of color #693752: hue angle of 327.6º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #693752 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1055582-
CMYK00.480.220.59
HSL327.6º31.25%31.37%-
HSV(B)327.6º47.62%41.18%-
XYZ8.716.348.75-
YUV73.03133.06150.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 82 (32.42% from 255) = 33.88%
R=43.39%
G=22.73%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105558200.480.220.59327.631.2531.37
Hex693752030163B1481f1f
Octal1516712206026735103737
Binary110100111011110100100110000101101110111010010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693752; }

 p { color: rgb(105,55,82); }

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

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

 a { background-color: rgb(105,55,82); }

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

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

 span { border-color: rgb(105,55,82); }

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