#663850

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

Shades of Finn #663850

Tints of Finn #663850

Color information

#663850 (or 0x663850) is unknown color: approx Finn. HEX triplet: 66, 38 and 50. RGB value is (102,56,80). Sum of RGB (Red+Green+Blue) = 102+56+80=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #663850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663850 is #99C7AF. Grayscale: #484848. Windows color (decimal): -10078128 or 5257318. OLE color: 5257318.

HSL color Cylindrical-coordinate representation of color #663850: hue angle of 328.7º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #663850 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB1025680-
CMYK00.450.220.6
HSL328.7º29.11%30.98%-
HSV(B)328.7º45.1%40%-
XYZ8.346.238.35-
YUV72.49132.24149.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=42.86%
G=23.53%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102568000.450.220.6328.729.1130.98
Hex66385002D163C1491d1f
Octal1467012005526745113537
Binary110011011100010100000101101101101111001010010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663850; }

 p { color: rgb(102,56,80); }

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

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

 a { background-color: rgb(102,56,80); }

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

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

 span { border-color: rgb(102,56,80); }

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