#694252

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

Shades of Finn #694252

Tints of Finn #694252

Color information

#694252 (or 0x694252) is unknown color: approx Finn. HEX triplet: 69, 42 and 52. RGB value is (105,66,82). Sum of RGB (Red+Green+Blue) = 105+66+82=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #694252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694252 is #96BDAD. Grayscale: #4F4F4F. Windows color (decimal): -9878958 or 5390953. OLE color: 5390953.

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

Color convert

RGB1056682-
CMYK00.370.220.59
HSL335.38º22.81%33.53%-
HSV(B)335.38º37.14%41.18%-
XYZ9.37.518.94-
YUV79.48129.42146.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=41.50%
G=26.09%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105668200.370.220.59335.3822.8133.53
Hex694252025163B14f1722
Octal15110212204526735172742
Binary11010011000010101001001001011011011101110100111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694252; }

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

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

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

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

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

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

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

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