#643350

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

Shades of Finn #643350

Tints of Finn #643350

Color information

#643350 (or 0x643350) is unknown color: approx Finn. HEX triplet: 64, 33 and 50. RGB value is (100,51,80). Sum of RGB (Red+Green+Blue) = 100+51+80=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #643350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643350 is #9BCCAF. Grayscale: #444444. Windows color (decimal): -10210480 or 5256036. OLE color: 5256036.

HSL color Cylindrical-coordinate representation of color #643350: hue angle of 324.49º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #643350 is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB1005180-
CMYK00.490.20.61
HSL324.49º32.45%29.61%-
HSV(B)324.49º49%39.22%-
XYZ7.895.668.27-
YUV68.96134.23150.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=43.29%
G=22.08%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.2
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100518000.490.20.61324.4932.4529.61
Hex643350031143D144201e
Octal1446312006124755044036
Binary1100100110011101000001100011010011110110100010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643350; }

 p { color: rgb(100,51,80); }

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

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

 a { background-color: rgb(100,51,80); }

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

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

 span { border-color: rgb(100,51,80); }

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