#693852

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

Shades of Finn #693852

Tints of Finn #693852

Color information

#693852 (or 0x693852) is unknown color: approx Finn. HEX triplet: 69, 38 and 52. RGB value is (105,56,82). Sum of RGB (Red+Green+Blue) = 105+56+82=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #693852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693852 is #96C7AD. Grayscale: #494949. Windows color (decimal): -9881518 or 5388393. OLE color: 5388393.

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

Color convert

RGB1055682-
CMYK00.470.220.59
HSL328.16º30.43%31.57%-
HSV(B)328.16º46.67%41.18%-
XYZ8.766.448.76-
YUV73.61132.73150.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 56 (22.27% from 255) = 23.05%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=43.21%
G=23.05%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105568200.470.220.59328.1630.4331.57
Hex69385202F163B1481e20
Octal1517012205726735103640
Binary1101001111000101001001011111011011101110100100011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693852; }

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

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

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

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

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

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

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

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